Skip to content

Commit 747ee5f

Browse files
chore: add pre-commit dependabot config (#1236)
1 parent dbdcc65 commit 747ee5f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7+
enable-beta-ecosystems: true # Required to use the pre-commit ecosystems
78
updates:
89
- package-ecosystem: "github-actions"
910
directory: "/"
@@ -15,3 +16,7 @@ updates:
1516
schedule:
1617
interval: "weekly"
1718
open-pull-requests-limit: 10
19+
- package-ecosystem: "pre-commit"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"

0 commit comments

Comments
 (0)