1 Commits

Author SHA1 Message Date
d192cffd7b Update ghcr.io/renovatebot/renovate Docker tag to v41.143.2 2025-10-09 17:19:00 +00:00
2 changed files with 1 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.173.1
container: ghcr.io/renovatebot/renovate:41.143.2
steps:
- uses: actions/checkout@v4
- run: renovate

View File

@@ -10,16 +10,4 @@ module.exports = {
},
optimizeForDisabled: true,
persistRepoData: true,
hostRules: [
{
hostType: 'github',
matchHost: 'github.com',
token: process.env.GITHUB_TOKEN,
},
{
hostType: 'gitea',
matchHost: 'gitea.ditmarvisser.net',
token: process.env.RENOVATE_TOKEN,
},
],
};