mirror of
https://github.com/maputnik/editor.git
synced 2026-01-16 10:20:00 +00:00
It has a low limit on how many PRs it's allowed to open at a time, so it should not flood the repo.
15 lines
335 B
YAML
15 lines
335 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 2
|
|
versioning-strategy: increase
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 2
|
|
versioning-strategy: increase
|