Skip to content

Commit

Permalink
Simplify Renovate configuration by using shared configs
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Feb 5, 2025
1 parent f3cb31f commit 0eb767a
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"major": {
"stabilityDays": 7
},
"minor": {
"stabilityDays": 3
},
"patch": {
"stabilityDays": 2
},
"regexManagers": [
{
"fileMatch": ["^mise\\.toml$"],
"matchStrings": [
"\"go:github\\.com/(?<depName>[^/]+/[^/]+)(?:/[^\"]+)?\"\\s*=\\s*\"(?<currentValue>[^\"]+)\""
],
"datasourceTemplate": "github-tags",
"extractVersionTemplate": "^v(?<version>.*)$"
}
"github>koki-develop/renovate-config",
"github>koki-develop/renovate-config:mise"
]
}

0 comments on commit 0eb767a

Please sign in to comment.