We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f65899 + d84680b commit dd81233Copy full SHA for dd81233
.github/dependabot.yml
@@ -7,6 +7,10 @@ updates:
7
versioning-strategy: increase
8
schedule:
9
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"]
14
15
- package-ecosystem: github-actions
16
directory: '/'
0 commit comments