We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a500394 commit 5ee7871Copy full SHA for 5ee7871
.github/renovate.json
@@ -1,6 +1,6 @@
1
{
2
"extends": [
3
- "config:base",
+ "config:recommended",
4
"docker:pinDigests",
5
"helpers:pinGitHubActionDigests"
6
],
@@ -26,9 +26,12 @@
26
"automerge": true
27
}
28
29
- "regexManagers": [
+ "customManagers": [
30
31
- "fileMatch": ["^Makefile$"],
+ "customType": "regex",
32
+ "fileMatch": [
33
+ "^Makefile$"
34
+ ],
35
"matchStrings": [
36
"GOLANGCI_LINT_VERSION := \"(?<currentValue>.*?)\"\\n"
37
0 commit comments