Add a dependabot configuration file for Github actions (#289)

Github actions need to be updated from time to time.
Use DependaBot to do this.
This commit is contained in:
Victor Derks 2023-12-10 00:33:05 +01:00 committed by GitHub
parent 98d8e15f3e
commit 220bd832c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
# Copyright (c) Team CharLS.
# SPDX-License-Identifier: BSD-3-Clause
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"