Only run Dependabot once per month, but increase the PR limit (#115)

This commit is contained in:
Dilum Aluthge
2024-04-03 11:00:28 -04:00
committed by GitHub
parent e8521d4bd2
commit 0413f3b1ae

View File

@@ -1,9 +1,10 @@
version: 2
updates:
# Keep dependencies for GitHub Actions up-to-date
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'daily'
interval: "monthly"
open-pull-requests-limit: 99
labels:
- "dependencies"
- "github-actions"