Skip to content

Commit 64ff873

Browse files
committed
Enable dependabot support for precommit hooks
See dependabot/dependabot-core#1524
1 parent 419bf44 commit 64ff873

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 2
2+
enable-beta-ecosystems: true
23
updates:
34
- package-ecosystem: pip
45
directory: "/"
@@ -36,3 +37,8 @@ updates:
3637
directory: /.github
3738
schedule:
3839
interval: daily
40+
41+
- package-ecosystem: "pre-commit"
42+
directory: "/"
43+
schedule:
44+
interval: daily

0 commit comments

Comments
 (0)