renovate-config/config.js
Braydon e1f5cae60a
All checks were successful
renovate / renovate (push) Successful in 5m1s
Add the PulseApp org
2024-09-19 13:21:59 -07:00

20 lines
616 B
JavaScript

module.exports = {
"endpoint": "https://git.rainnny.club/api/v1",
"gitAuthor": "Renovate Bot <renovate@rainnny.club>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"autodiscoverFilter": ["Rainnny/*", "HypixelDev/*", "PulseApp/*"],
"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
}
]
};