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.
1 parent 4301c86 commit 54e7b82Copy full SHA for 54e7b82
renovate.json
@@ -2,5 +2,18 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"github>technology-studio/renovate-config"
5
+ ],
6
+ "packageRules": [
7
+ {
8
+ "groupName": "Eslint txo packages",
9
+ "groupSlug": "eslint-txo-packages",
10
+ "matchPackagePrefixes": [
11
+ "@typescript-eslint/",
12
+ "eslint"
13
14
+ "automerge": true,
15
+ "separateMajorMinor": false,
16
+ "semanticCommitType": "fix"
17
+ }
18
]
19
}
0 commit comments