Skip to content

Commit

Permalink
Prevent dependabot updates to pydocstyle
Browse files Browse the repository at this point in the history
pylama is (atm) incompatible with pydocstyle >=6.2
  • Loading branch information
volkerstampa committed Jun 23, 2024
1 parent 0ee3cd0 commit 4e30955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "pydocstyle"
update-types: ["version-update:semver-minor"]

0 comments on commit 4e30955

Please sign in to comment.