Skip to content

Commit 64eaa50

Browse files
authored
chore: add cooldown to dependabot updates (#6624)
1 parent 59af338 commit 64eaa50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
- package-ecosystem: "cargo"
77
directory: "/" # Location of package manifests
88
open-pull-requests-limit: 1
9+
cooldown:
10+
default-days: 5
911
schedule:
1012
interval: "weekly"
1113
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#example-disabling-version-updates-for-some-dependencies
@@ -43,6 +45,8 @@ updates:
4345
- package-ecosystem: "npm"
4446
directory: "/docs" # Location of package manifests
4547
open-pull-requests-limit: 1
48+
cooldown:
49+
default-days: 5
4650
schedule:
4751
interval: "weekly"
4852
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

0 commit comments

Comments
 (0)