renovate(host): set up Renovate using role and exisiting config
Some checks failed
/ Ansible Lint (push) Failing after 56s

Set up Renovate using role and existing config from current
Forgejo/GitHub Actions-based deployment.
This commit is contained in:
June 2025-10-16 17:52:30 +02:00
commit e76c66d74c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
4 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1,22 @@
module.exports = {
username: "renovate",
token: "{{ secret__renovate_token }}",
endpoint: "https://git.hamburg.ccc.de/",
platform: "gitea",
persistRepoData: true,
logLevel: "debug",
onboardingConfig: {
"extends": ["config:recommended"],
},
autodiscover: true,
autodiscoverNamespaces: [
"CCCHH"
],
detectHostRulesFromEnv: false,
hostRules: [
{
matchHost: "api.github.com",
token: "{{ secret__renovate_github_token }}"
}
]
};