This commit is contained in:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user