Compare commits

...

2 commits

Author SHA1 Message Date
0a1ca52111
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40.55.0 2025-06-14 12:58:21 +00:00
14146e4864
feat: changed domain
All checks were successful
renovate / renovate (push) Successful in 1m33s
2025-06-14 14:46:56 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ env:
jobs: jobs:
renovate: renovate:
runs-on: docker runs-on: docker
container: ghcr.io/renovatebot/renovate:40.54.1 container: ghcr.io/renovatebot/renovate:40.55.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate

View file

@ -1,6 +1,6 @@
module.exports = { module.exports = {
"platform": "gitea", "platform": "gitea",
"endpoint": "https://git.smail.koeln/api/v1", "endpoint": "https://code.offene.cloud/api/v1",
"gitAuthor": "Sujiba Bot <bot@home.lan>", "gitAuthor": "Sujiba Bot <bot@home.lan>",
"onboardingConfigFileName": "renovate.json", "onboardingConfigFileName": "renovate.json",
"autodiscover": true, "autodiscover": true,
@ -8,4 +8,4 @@ module.exports = {
"automerge": true, "automerge": true,
"automergeType": "pr", "automergeType": "pr",
"platformAutomerge": true, "platformAutomerge": true,
}; };