Skip to content

Commit b4a77bc

Browse files
committed
chore: Use koki-develop/ghats preset
1 parent 2db9e77 commit b4a77bc

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/renovate.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
{
22
"$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-
}
3+
"extends": [
4+
"github>koki-develop/renovate-config",
5+
"github>koki-develop/ghats"
216
]
227
}

0 commit comments

Comments
 (0)