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 f3cb31f commit 0eb767aCopy full SHA for 0eb767a
renovate.json
@@ -1,25 +1,7 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"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
- }
+ "github>koki-develop/renovate-config",
+ "github>koki-develop/renovate-config:mise"
24
]
25
}
0 commit comments