mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user