mirror of
https://github.com/nais/wonderwall.git
synced 2026-02-14 17:49:54 +00:00
ci: set dependabot cooldown to 7 days
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -14,6 +14,8 @@ updates:
|
||||
redis:
|
||||
patterns:
|
||||
- 'github.com/redis/go-redis/*'
|
||||
cooldown:
|
||||
default-days: 7
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
@@ -25,6 +27,8 @@ updates:
|
||||
gh-actions:
|
||||
patterns:
|
||||
- '*'
|
||||
cooldown:
|
||||
default-days: 7
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
@@ -36,3 +40,5 @@ updates:
|
||||
docker:
|
||||
patterns:
|
||||
- '*'
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
||||
Reference in New Issue
Block a user