Skip to content

Commit 8c4d0c2

Browse files
authored
Merge branch 'main' into renovate/non-major-deps
2 parents e8804d2 + 3a7d705 commit 8c4d0c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/renovate.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:recommended",
44
"docker:pinDigests",
55
"helpers:pinGitHubActionDigests"
66
],
@@ -26,9 +26,12 @@
2626
"automerge": true
2727
}
2828
],
29-
"regexManagers": [
29+
"customManagers": [
3030
{
31-
"fileMatch": ["^Makefile$"],
31+
"customType": "regex",
32+
"fileMatch": [
33+
"^Makefile$"
34+
],
3235
"matchStrings": [
3336
"GOLANGCI_LINT_VERSION := \"(?<currentValue>.*?)\"\\n"
3437
],

0 commit comments

Comments
 (0)