CI: Only run Dependabot once per month, but make the open-PR-limit very large (#113)

* CI: Only run Dependabot once per month, but make the open-PR-limit very large

* Format YAML
This commit is contained in:
Dilum Aluthge
2024-06-19 13:58:53 -04:00
committed by GitHub
parent 6f3702db08
commit 8b51a9e9c2

View File

@@ -1,6 +1,11 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 99
labels:
- dependencies
- github-actions