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 e9a04c3 commit 2adce1dCopy full SHA for 2adce1d
1 file changed
renovate.json
@@ -12,11 +12,7 @@
12
"packageRules": [
13
{
14
"groupName": "golangci-lint",
15
- "matchPackageNames": [
16
- "github.com/golangci/golangci-lint/cmd/golangci-lint",
17
- "golangci/golangci-lint",
18
- "golangci/golangci-lint-action"
19
- ]
+ "matchPackageNames": ["github.com/golangci/golangci-lint/cmd/golangci-lint", "golangci/golangci-lint", "golangci/golangci-lint-action"]
20
},
21
22
"matchManagers": ["gomod"],
@@ -25,7 +21,7 @@
25
26
27
23
"groupName": "dependencies",
28
- "matchManagers": ["npm", "regex"],
24
+ "matchManagers": ["npm", "custom.regex"],
29
"enabled": true,
30
"separateMajorMinor": true,
31
"separateMultipleMajor": true,
0 commit comments