mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6544 from mempool/mononaut/bump-dependabot-cooldowns
bump dependabot cooldowns
This commit is contained in:
commit
98d0d29b8e
3 changed files with 7 additions and 5 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
|
@ -10,7 +10,7 @@ updates:
|
|||
default-days: 7
|
||||
semver-major-days: 30
|
||||
semver-minor-days: 14
|
||||
semver-patch-days: 3
|
||||
semver-patch-days: 7
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
|
|
@ -42,7 +42,7 @@ updates:
|
|||
default-days: 7
|
||||
semver-major-days: 30
|
||||
semver-minor-days: 14
|
||||
semver-patch-days: 3
|
||||
semver-patch-days: 7
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
|
|
@ -55,7 +55,7 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
cooldown:
|
||||
default-days: 3
|
||||
default-days: 7
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
|
|
@ -66,7 +66,7 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
cooldown:
|
||||
default-days: 3
|
||||
default-days: 7
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
|
|
@ -77,7 +77,7 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
cooldown:
|
||||
default-days: 3
|
||||
default-days: 7
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
|
|
|
|||
1
backend/.npmrc
Normal file
1
backend/.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
min-release-age=7
|
||||
1
frontend/.npmrc
Normal file
1
frontend/.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
min-release-age=7
|
||||
Loading…
Add table
Add a link
Reference in a new issue