This commit is contained in:
parent
c1a4432a08
commit
5c7f77ea5e
38
config.js
38
config.js
@ -1,19 +1,19 @@
|
||||
module.exports = {
|
||||
"endpoint": "https://git.fascinated.cc/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate@fascinated.cc>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"autodiscover": true,
|
||||
"autodiscoverFilter": ["fascinated/*"],
|
||||
"optimizeForDisabled": true,
|
||||
"forkProcessing": "disabled",
|
||||
"dryRun": null,
|
||||
"binarySource": "install",
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
"username": process.env.HUB_DOCKER_COM_USER,
|
||||
"password": process.env.HUB_DOCKER_COM_TOKEN
|
||||
}
|
||||
]
|
||||
};
|
||||
module.exports = {
|
||||
"endpoint": "https://git.fascinated.cc/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate@fascinated.cc>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"autodiscover": true,
|
||||
"autodiscoverFilter": ["fascinated/*", "MinecraftUtilities/*"],
|
||||
"optimizeForDisabled": true,
|
||||
"forkProcessing": "disabled",
|
||||
"dryRun": null,
|
||||
"binarySource": "install",
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
"username": process.env.HUB_DOCKER_COM_USER,
|
||||
"password": process.env.HUB_DOCKER_COM_TOKEN
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user