mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
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:
parent
98d8e15f3e
commit
220bd832c8
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user