Skip to content

Commit a596006

Browse files
renovate[bot]tommysitu
authored andcommitted
Migrate config .github/renovate.json
1 parent 8013de3 commit a596006

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
{
1515
"customType": "regex",
1616
"description": "Update cimg/go image in CircleCI config",
17-
"fileMatch": [
18-
"^\\.circleci/config\\.yml$"
17+
"managerFilePatterns": [
18+
"/^\\.circleci/config\\.yml$/"
1919
],
2020
"matchStrings": [
2121
"cimg/go:(?<currentValue>\\d+\\.\\d+\\.\\d+)"
@@ -27,9 +27,9 @@
2727
{
2828
"customType": "regex",
2929
"description": "Update Go version mentioned in Markdown docs",
30-
"fileMatch": [
31-
"^CONTRIBUTING\\.md$",
32-
"^CLAUDE\\.md$"
30+
"managerFilePatterns": [
31+
"/^CONTRIBUTING\\.md$/",
32+
"/^CLAUDE\\.md$/"
3333
],
3434
"matchStrings": [
3535
"Go (?<currentValue>\\d+\\.\\d+\\.\\d+)"

0 commit comments

Comments
 (0)