Skip to content

Commit

Permalink
Don't update Black using Dependabot, and don't update patch-level cha…
Browse files Browse the repository at this point in the history
…nges to `types-setuptools`
  • Loading branch information
ashleysommer committed Jul 24, 2024
1 parent 81a8850 commit 5726a95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ updates:
versions:
- 3.4.3
- 3.5.2
# Ignore all black updates, because we use a pinned version we don't want to change
- dependency-name: black
# Ignore types-setuptools patch-level updates, because they issue too many!
- dependency-name: types-setuptools
update-types: ["version-update:semver-patch"]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 5726a95

Please sign in to comment.