We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33ab5f commit 355cb23Copy full SHA for 355cb23
1 file changed
.github/dependabot.yml
@@ -21,6 +21,18 @@ updates:
21
- pycodestyle
22
- pyflakes
23
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"
36
37
- package-ecosystem: "github-actions"
38
directory: "/"
0 commit comments