Dependabot: Ignore Rubocop updates
Rubocop updates frequently need a manual intervention to fix newly identified offenses. This won't work with the pipeline, so that we temporarily disable these auto-updates.
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -10,6 +10,8 @@ updates:
|
||||
labels:
|
||||
- dependencies
|
||||
- ruby
|
||||
ignore:
|
||||
- dependency-name: rubocop*
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
|
Reference in New Issue
Block a user