Merge pull request #131 from cclauss/patch-1

Keep GitHub Actions up to date with GitHub's Dependabot
This commit is contained in:
Sylvestre Ledru
2024-07-18 08:59:01 +02:00
committed by GitHub
+8
View File
@@ -4,3 +4,11 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: "weekly"