Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
389fcc4e8f chore(deps): update https://gitea.com/actions/checkout action to v5
Some checks failed
renovate config check / renovate-config-validator (pull_request) Failing after 16s
2025-08-15 10:27:28 +00:00
212d935a35 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.71.0' (#225) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
Reviewed-on: #225
2025-08-15 12:18:47 +02:00
Renovate Bot
8dd89f5e38 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.71.0
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 1m33s
2025-08-14 07:06:30 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -6,9 +6,9 @@ on:
jobs:
renovate-config-validator:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.62.1
container: ghcr.io/renovatebot/renovate:41.71.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
uses: https://gitea.com/actions/checkout@v5
- name: Config check
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS

View File

@@ -10,10 +10,10 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.62.1
container: ghcr.io/renovatebot/renovate:41.71.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
uses: https://gitea.com/actions/checkout@v5
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"