Skip to content

Commit 10226ba

Browse files
committed
fix getting_started.md regex matcher
Signed-off-by: Skye Gill <[email protected]>
1 parent a790075 commit 10226ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"datasourceTemplate": "github-releases"
1212
},
1313
{
14-
"fileMatch": ["^getting_started.md$"],
15-
"matchStrings": ["ghcr.io/open-feature/flagd:(?<currentValue>.*?)\\n"],
14+
"fileMatch": ["^docs/getting_started.md$"],
15+
"matchStrings": ["ghcr\\.io\\/open-feature\\/flagd:(?<currentValue>.*?)\\n"],
1616
"depNameTemplate": "open-feature/flagd",
1717
"datasourceTemplate": "github-releases"
1818
}

0 commit comments

Comments
 (0)