Skip to content

Commit

Permalink
Don't update ruff so frequently (#1206)
Browse files Browse the repository at this point in the history
It's noisy.
  • Loading branch information
twm authored Jul 20, 2024
1 parent ea02b88 commit d74335b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ updates:
interval: "daily"
ignore:
dependency-name: ruff
update-types: ["version-update:semver-minor"]
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"

0 comments on commit d74335b

Please sign in to comment.