mirror of
https://github.com/maputnik/editor.git
synced 2026-06-21 22:57:26 +00:00
chore(ci): apply dependency cooldowns (#1431)
add a cooldown to dependency updates to give the securiy communtiy a better chance of fixing supply chain attacks
This commit is contained in:
@@ -11,7 +11,22 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
|
cooldown:
|
||||||
|
default-days: 5
|
||||||
|
semver-major-days: 5
|
||||||
|
semver-minor-days: 3
|
||||||
|
semver-patch-days: 3
|
||||||
|
include:
|
||||||
|
- "*"
|
||||||
|
exclude:
|
||||||
|
- "@maplibre/*"
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
cooldown:
|
||||||
|
default-days: 3
|
||||||
|
# no semver support for github-actions
|
||||||
|
# => no specific configuration for this
|
||||||
|
include:
|
||||||
|
- "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user