Skip to content

Commit e6a833f

Browse files
authored
Merge pull request matplotlib#31357 from QuLogic/no-minver-updates
ci: Configure dependabot to skip minver requirements
2 parents 2d60a3d + 5c25918 commit e6a833f

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)