ci: open only one dependabot PR at a time

This reduces the amount of work GitHub has to to every time a PR is merged, since Dependabot then has to rebase and update all open Dependabot PRs.
This commit is contained in:
Ben Ramsey
2022-09-06 15:49:01 -05:00
committed by GitHub
parent c634fa9273
commit cac33c8493
+2
View File
@@ -6,8 +6,10 @@ updates:
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 1
versioning-strategy: "increase-if-necessary"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 1