dependabot: remove cooldowns
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
aa4eaf4542
commit
27b980d9f9
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
@ -17,13 +17,6 @@ updates:
|
|||||||
- "*"
|
- "*"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
cooldown:
|
|
||||||
default-days: 1
|
|
||||||
semver-major-days: 14
|
|
||||||
semver-minor-days: 7
|
|
||||||
semver-patch-days: 1
|
|
||||||
include:
|
|
||||||
- "*"
|
|
||||||
- package-ecosystem: devcontainers
|
- package-ecosystem: devcontainers
|
||||||
directory: "/"
|
directory: "/"
|
||||||
multi-ecosystem-group: all
|
multi-ecosystem-group: all
|
||||||
@ -31,10 +24,6 @@ updates:
|
|||||||
- "*"
|
- "*"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
cooldown:
|
|
||||||
default-days: 1
|
|
||||||
include:
|
|
||||||
- "*"
|
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: "/"
|
directory: "/"
|
||||||
multi-ecosystem-group: all
|
multi-ecosystem-group: all
|
||||||
@ -49,10 +38,6 @@ updates:
|
|||||||
- "*"
|
- "*"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
cooldown:
|
|
||||||
default-days: 1
|
|
||||||
include:
|
|
||||||
- "*"
|
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
directories:
|
directories:
|
||||||
- "/Library/Homebrew/formula-analytics/"
|
- "/Library/Homebrew/formula-analytics/"
|
||||||
@ -61,11 +46,3 @@ updates:
|
|||||||
- "*"
|
- "*"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
cooldown:
|
|
||||||
default-days: 1
|
|
||||||
semver-major-days: 14
|
|
||||||
semver-minor-days: 7
|
|
||||||
semver-patch-days: 1
|
|
||||||
include:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user