Skip to content

Commit

Permalink
try to fix dependabot updates for test data
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Nov 20, 2024
1 parent 018f2a3 commit 1e573e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "./"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/tests"
schedule:
interval: "monthly"
allow:
- dependency-name: "THIS_PREVENTS_MY_TEST_DATA_FROM_GETTING_BUMPED"

0 comments on commit 1e573e2

Please sign in to comment.