mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
housekeeping: Configure cooldown for Docker dependency updates
Added cooldown settings for Docker dependencies.
This commit is contained in:
parent
451df9f01c
commit
c045fcf698
1 changed files with 8 additions and 1 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -9,6 +9,13 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
cooldown:
|
||||||
|
default-days: 1 # fallback for anything not covered below
|
||||||
|
semver-major-days: 7
|
||||||
|
semver-minor-days: 3
|
||||||
|
semver-patch-days: 1
|
||||||
|
include:
|
||||||
|
- "*"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -17,4 +24,4 @@ updates:
|
||||||
open-pull-requests-limit: 30
|
open-pull-requests-limit: 30
|
||||||
groups:
|
groups:
|
||||||
dev-dependencies:
|
dev-dependencies:
|
||||||
dependency-type: "development"
|
dependency-type: "development"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue