Skip to content

Commit 4a1d96f

Browse files
chore(config): migrate config .github/renovate.json (#604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David May <[email protected]>
1 parent 83ac761 commit 4a1d96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"customManagers": [
77
{
88
"customType": "regex",
9-
"fileMatch": [
10-
"\\.go$"
9+
"managerFilePatterns": [
10+
"/\\.go$/"
1111
],
1212
"matchStrings": [
1313
"Value:\\s+\"(?<depName>[^\"]+):(?<currentValue>[^\"]+)@sha256:[a-f0-9]{64}\""

0 commit comments

Comments
 (0)