fix: migrate from codeberg to chaos.fyi
This commit is contained in:
parent
853fd237d0
commit
b8282bf428
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@ module.exports = {
|
||||||
"customManagers:dockerfileVersions",
|
"customManagers:dockerfileVersions",
|
||||||
"customManagers:helmChartYamlAppVersions"
|
"customManagers:helmChartYamlAppVersions"
|
||||||
],
|
],
|
||||||
"endpoint": "https://codeberg.org/api/v1",
|
"endpoint": "https://git.chaos.fyi/api/v1",
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
"githubTokenWarn": false,
|
"githubTokenWarn": false,
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"gitAuthor": "Renovate Bot <dev.codeberg.renovate@wrenix.eu>",
|
"gitAuthor": "Renovate Bot <dev.chaosfyi.renovate@wrenix.eu>",
|
||||||
|
|
||||||
"commitMessageAction": "update",
|
"commitMessageAction": "update",
|
||||||
"commitMessageTopic": "dependency",
|
"commitMessageTopic": "dependency",
|
||||||
|
@ -27,7 +27,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
"hostRules": [
|
"hostRules": [
|
||||||
{
|
{
|
||||||
"matchHost": "codeberg.org",
|
"matchHost": "git.chaos.fyi",
|
||||||
"username": "wrenix",
|
"username": "wrenix",
|
||||||
"password": process.env.RENOVATE_TOKEN
|
"password": process.env.RENOVATE_TOKEN
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue