We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59af338 commit 64eaa50Copy full SHA for 64eaa50
1 file changed
.github/dependabot.yml
@@ -6,6 +6,8 @@ updates:
6
- package-ecosystem: "cargo"
7
directory: "/" # Location of package manifests
8
open-pull-requests-limit: 1
9
+ cooldown:
10
+ default-days: 5
11
schedule:
12
interval: "weekly"
13
# 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:
43
45
- package-ecosystem: "npm"
44
46
directory: "/docs" # Location of package manifests
47
48
49
50
51
52
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
0 commit comments