mirror of
https://github.com/coder/code-server.git
synced 2026-09-02 08:30:17 +02:00
fix: add cooldown to dependabot config (#7910)
This commit is contained in:
4
.github/dependabot.yaml
vendored
4
.github/dependabot.yaml
vendored
@@ -6,6 +6,8 @@ updates:
|
||||
interval: "monthly"
|
||||
time: "06:00"
|
||||
timezone: "America/Chicago"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
labels: []
|
||||
commit-message:
|
||||
prefix: "chore"
|
||||
@@ -16,6 +18,8 @@ updates:
|
||||
interval: "monthly"
|
||||
time: "06:00"
|
||||
timezone: "America/Chicago"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
labels: []
|
||||
ignore:
|
||||
# Ignore patch updates for all dependencies
|
||||
|
||||
Reference in New Issue
Block a user