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:
Sebastian Serth
2023-12-16 00:09:13 +01:00
parent bc403703f5
commit b338992b10

View File

@ -10,6 +10,8 @@ updates:
labels:
- dependencies
- ruby
ignore:
- dependency-name: rubocop*
- package-ecosystem: npm
directory: "/"