We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fd2ce commit 8414d27Copy full SHA for 8414d27
.github/dependabot.yml
@@ -15,7 +15,10 @@ updates:
15
open-pull-requests-limit: 10
16
17
- package-ecosystem: "docker"
18
- directory: "/"
+ directories:
19
+ - "/"
20
+ - "/**"
21
+ - "/**/**"
22
rebase-strategy: disabled
23
schedule:
24
interval: "cron"
@@ -81,7 +84,10 @@ updates:
81
84
82
85
83
86
- package-ecosystem: "pip"
87
88
89
90
+ - "/**/**" # https://github.com/dependabot/dependabot-core/issues/14569
91
92
93
codecov.yml
0 commit comments