Skip to content

Commit 5f85ac5

Browse files
committed
ci: Update Knope with Renovate
1 parent fd4ed47 commit 5f85ac5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"config:base",
44
":semanticCommitTypeAll(chore)"
55
],
6-
"rangeStrategy": "widen"
6+
"rangeStrategy": "widen",
7+
"regexManagers": [
8+
{
9+
"fileMatch": ["/release.*\\.yml"],
10+
"matchStrings": ["knope.*\\s*with:\\s*version:\\s*(?<currentValue>.*?)$"],
11+
"depNameTemplate": "knope",
12+
"datasourceTemplate": "crate"
13+
}
14+
]
715
}

0 commit comments

Comments
 (0)