Skip to content

Commit 991f299

Browse files
committed
Add dependabot entry for pre-commit
1 parent feb1f78 commit 991f299

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: /
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: "weekly"
77
ignore:
88
# Ignore all patch releases as we can manually
99
# upgrade if we run into a bug and need a fix.
1010
- dependency-name: "*"
1111
update-types: ["version-update:semver-patch"]
1212
cooldown:
1313
default-days: 7
14+
- package-ecosystem: "pre-commit"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
cooldown:
19+
default-days: 7

0 commit comments

Comments
 (0)