Skip to content

Commit

Permalink
chore: ignore semver-patch in dependabot (#12612)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Oct 3, 2023
1 parent 25dac5b commit 7da91df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ updates:
open-pull-requests-limit: 10
# Disable auto rebase to reduce cost. Use `@dependabot rebase` manually instead.
rebase-strategy: "disabled"

# Ignore patch to reduce spam. Manually run `cargo update` regularly instead.
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# Create a group of dependencies to be updated together in one pull request
groups:
arrow:
Expand Down

0 comments on commit 7da91df

Please sign in to comment.