We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5e54b commit 5bb2961Copy full SHA for 5bb2961
.github/renovate.json
@@ -0,0 +1,22 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["github>koki-develop/renovate-config"],
4
+ "customManagers": [
5
+ {
6
+ "customType": "regex",
7
+ "fileMatch": ["^\\.github/workflows/actions\\.json$"],
8
+ "versioningTemplate": "semver",
9
+ "datasourceTemplate": "github-releases",
10
+ "matchStrings": ["\"(?<depName>[^\"]+)\": \"(?<currentValue>[^\"]+)\""]
11
+ },
12
13
14
+ "fileMatch": ["^\\.github/workflows/actions-lock\\.json$"],
15
16
17
+ "matchStrings": [
18
+ "\"(?<depName>.+?)@(?<currentValue>.+?)\": \"(?<currentDigest>[a-f0-9]{40})\""
19
+ ]
20
+ }
21
22
+}
0 commit comments