Skip to content

Commit 355cb23

Browse files
authored
Add pre-commit config for dependabot (#754)
1 parent e33ab5f commit 355cb23

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ updates:
2121
- pycodestyle
2222
- pyflakes
2323

24+
- package-ecosystem: "pre-commit"
25+
directory: "/"
26+
schedule:
27+
interval: "weekly"
28+
day: "monday"
29+
time: "05:00"
30+
labels:
31+
- "dependency"
32+
assignees:
33+
- "cdce8p"
34+
open-pull-requests-limit: 10
35+
rebase-strategy: "disabled"
2436

2537
- package-ecosystem: "github-actions"
2638
directory: "/"

0 commit comments

Comments
 (0)