Skip to content

Commit 8818c7b

Browse files
committed
ci: Relax Renovate regex
1 parent a1e1a68 commit 8818c7b

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
"rangeStrategy": "widen",
77
"regexManagers": [
88
{
9-
"fileMatch": ["/release.*\\.yml"],
10-
"matchStrings": ["knope.*\\s*with:\\s*version:\\s*(?<currentValue>.*?)"],
9+
"fileMatch": ["release.*\\.yml"],
10+
"matchStrings": ["version:\\s*(?<currentValue>.*?)"],
1111
"depNameTemplate": "knope",
1212
"datasourceTemplate": "crate"
1313
}

0 commit comments

Comments
 (0)