Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Oct 31, 2024
1 parent 44575cf commit 7aeb0a2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ updates:
directory: "/" # Adjust this if your setup.cfg is in a subdirectory
schedule:
interval: "weekly" # or "weekly", "monthly"
file: "constraints-oldest.txt"
- package-ecosystem: "pip"
directory: "/" # Adjust this if your setup.cfg is in a subdirectory
schedule:
interval: "weekly" # or "weekly", "monthly"
file: "setup.cfg"
allow:
- dependency-type: "direct"
additional-files:
- "setup.cfg"
- "constraints-oldest.txt"

0 comments on commit 7aeb0a2

Please sign in to comment.