Skip to content

Commit

Permalink
Skip rubocop patch version updates
Browse files Browse the repository at this point in the history
We respond to RuboCop updates by updating our config accordingly (typically triaging new cops or changes to default config).

Since patch version updates shouldn't contain any such changes, we should be able to skip them and avoid the toil of triaging the PRs and audit them when compiling release notes.
  • Loading branch information
sambostock authored May 9, 2024
1 parent 0f65899 commit d84680b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ updates:
versioning-strategy: increase
schedule:
interval: daily
ignore:
- dependency-name: "rubocop"
# We only care about versions that might change config
update-types: ["version-update:semver-patch"]

- package-ecosystem: github-actions
directory: '/'
Expand Down

0 comments on commit d84680b

Please sign in to comment.