We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb1f78 commit 991f299Copy full SHA for 991f299
1 file changed
.github/dependabot.yml
@@ -1,13 +1,19 @@
1
version: 2
2
updates:
3
- - package-ecosystem: github-actions
4
- directory: /
+ - package-ecosystem: "github-actions"
+ directory: "/"
5
schedule:
6
- interval: weekly
+ interval: "weekly"
7
ignore:
8
# Ignore all patch releases as we can manually
9
# upgrade if we run into a bug and need a fix.
10
- dependency-name: "*"
11
update-types: ["version-update:semver-patch"]
12
cooldown:
13
default-days: 7
14
+ - package-ecosystem: "pre-commit"
15
16
+ schedule:
17
18
+ cooldown:
19
+ default-days: 7
0 commit comments