Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ updates:
prefix: "deps"
labels: ["area/infra", "area/dependencies"]
open-pull-requests-limit: 10
# MCR rebuilds these base images to ship CVE fixes, so a long window
# delays the patches. A tag that is rebuilt more often than the window
# never becomes eligible.
cooldown:
default-days: 7
default-days: 2
groups:
golang-base:
patterns: ["*golang*"]
Expand Down
Loading