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 version: 2
updates: updates:
- package-ecosystem: "github-actions"
# Keep dependencies for GitHub Actions up-to-date directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule: schedule:
interval: 'daily' interval: "monthly"
open-pull-requests-limit: 99
labels:
- "dependencies"
- "github-actions"