Skip to content

Commit d84680b

Browse files
authored
Skip rubocop patch version updates
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.
1 parent 0f65899 commit d84680b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ updates:
77
versioning-strategy: increase
88
schedule:
99
interval: daily
10+
ignore:
11+
- dependency-name: "rubocop"
12+
# We only care about versions that might change config
13+
update-types: ["version-update:semver-patch"]
1014

1115
- package-ecosystem: github-actions
1216
directory: '/'

0 commit comments

Comments
 (0)