mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
housekeeping: Adjust dependabot cooldown settings for NPM
Removed cooldown settings for Docker package ecosystem and added them for NPM.
This commit is contained in:
parent
c045fcf698
commit
194f144940
1 changed files with 7 additions and 7 deletions
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
|
|
@ -9,13 +9,6 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
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"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
@ -25,3 +18,10 @@ updates:
|
|||
groups:
|
||||
dev-dependencies:
|
||||
dependency-type: "development"
|
||||
cooldown:
|
||||
default-days: 1 # fallback for anything not covered below
|
||||
semver-major-days: 7
|
||||
semver-minor-days: 3
|
||||
semver-patch-days: 1
|
||||
include:
|
||||
- "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue