We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8013de3 commit a596006Copy full SHA for a596006
1 file changed
.github/renovate.json
@@ -14,8 +14,8 @@
14
{
15
"customType": "regex",
16
"description": "Update cimg/go image in CircleCI config",
17
- "fileMatch": [
18
- "^\\.circleci/config\\.yml$"
+ "managerFilePatterns": [
+ "/^\\.circleci/config\\.yml$/"
19
],
20
"matchStrings": [
21
"cimg/go:(?<currentValue>\\d+\\.\\d+\\.\\d+)"
@@ -27,9 +27,9 @@
27
28
29
"description": "Update Go version mentioned in Markdown docs",
30
31
- "^CONTRIBUTING\\.md$",
32
- "^CLAUDE\\.md$"
+ "/^CONTRIBUTING\\.md$/",
+ "/^CLAUDE\\.md$/"
33
34
35
"Go (?<currentValue>\\d+\\.\\d+\\.\\d+)"
0 commit comments