Skip to content

Commit

Permalink
👷 fix duplicate dependabot PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc, DDiv <[email protected]>
  • Loading branch information
rjdbcm authored Oct 28, 2024
1 parent a559af8 commit ed13f0a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@ updates:
- package-ecosystem: pip
directories:
- "/"
- "/ozi/dist/**/*"
- "/ozi/lint/**/*"
- "/ozi/test/**/*"
- "/ozi/dist/cibuildwheel"
- "/ozi/dist/semantic_release"
- "/ozi/dist/sigstore"
- "/ozi/dist/twine"
- "/ozi/lint/bandit"
- "/ozi/lint/black"
- "/ozi/lint/flake8"
- "/ozi/lint/isort"
- "/ozi/lint/mypy"
- "/ozi/lint/pyright"
- "/ozi/lint/readme-renderer"
- "/ozi/test/coverage"
- "/ozi/test/pytest"
schedule:
interval: daily

0 comments on commit ed13f0a

Please sign in to comment.