feat: extractVersion
All checks were successful
renovate / renovate (push) Successful in 7m27s

This commit is contained in:
2025-07-30 22:38:02 +02:00
parent f9303996ab
commit 78ecf73a65
6 changed files with 135 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
platform: "gitea",
onboardingConfigFileName: "renovate.json",
autodiscover: true,
autodiscoverTopics: ["managed-by-renovate"],
// autodiscoverTopics: ["managed-by-renovate"],
recreateWhen: "always",
reuseExistingBranch: true,
dependencyDashboard: true,
@@ -16,7 +16,7 @@ module.exports = {
hostRules: [
{
"hostType": "github",
"token": "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"
"token": process.env.GITHUB
}
],
regexManagers: [