Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c25918

Browse files
committed
ci: Configure dependabot to skip minver requirements
Still not sure why it's trying to update these when there is no configuration for `pip`, but hopefully this will stop it from doing so in the future.
1 parent 69cc7f8 commit 5c25918

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
@@ -9,3 +9,9 @@ updates:
99
actions:
1010
patterns:
1111
- "*"
12+
- package-ecosystem: "pip"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
exclude-paths:
17+
- "ci/minver-requirements.txt"

0 commit comments

Comments
 (0)