Skip to content

Commit 5bb2961

Browse files
committed
chore: Create renovate.json
1 parent 0f5e54b commit 5bb2961

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/renovate.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"customType": "regex",
14+
"fileMatch": ["^\\.github/workflows/actions-lock\\.json$"],
15+
"versioningTemplate": "semver",
16+
"datasourceTemplate": "github-releases",
17+
"matchStrings": [
18+
"\"(?<depName>.+?)@(?<currentValue>.+?)\": \"(?<currentDigest>[a-f0-9]{40})\""
19+
]
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)