Files
php-uuid/.github/dependabot.yml
T
Ben Ramsey cac33c8493 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.
2022-09-06 15:49:01 -05:00

16 lines
365 B
YAML

version: 2
updates:
- package-ecosystem: "composer"
allow:
- dependency-type: all
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