mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-07 14:43:01 -06:00
ci: add dependabot config for GitHub Actions
Enable dependabot for the "main" branch, letting it scan for outdated GitHub Actions used in workflows on a weekly base. Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
ec434948a8
commit
4bc194ab92
9
.github/dependabot.yml
vendored
Normal file
9
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
target-branch: "main"
|
||||||
|
commit-message:
|
||||||
|
prefix: "ci"
|
Loading…
Reference in New Issue
Block a user