ci: set dependabot cooldown to 7 days

This commit is contained in:
Trong Huu Nguyen
2025-11-26 14:04:35 +01:00
parent 5febe7c766
commit c7aca2d061

View File

@@ -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