mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
cac33c8493
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.
16 lines
365 B
YAML
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
|