Skip to content

Commit 0eb767a

Browse files
committed
Simplify Renovate configuration by using shared configs
1 parent f3cb31f commit 0eb767a

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

renovate.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
5-
],
6-
"major": {
7-
"stabilityDays": 7
8-
},
9-
"minor": {
10-
"stabilityDays": 3
11-
},
12-
"patch": {
13-
"stabilityDays": 2
14-
},
15-
"regexManagers": [
16-
{
17-
"fileMatch": ["^mise\\.toml$"],
18-
"matchStrings": [
19-
"\"go:github\\.com/(?<depName>[^/]+/[^/]+)(?:/[^\"]+)?\"\\s*=\\s*\"(?<currentValue>[^\"]+)\""
20-
],
21-
"datasourceTemplate": "github-tags",
22-
"extractVersionTemplate": "^v(?<version>.*)$"
23-
}
4+
"github>koki-develop/renovate-config",
5+
"github>koki-develop/renovate-config:mise"
246
]
257
}

0 commit comments

Comments
 (0)