Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
7872f5dad0 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.91.0
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 1m36s
2025-08-30 14:37:15 +02:00
b55dd80880 Merge pull request 'chore(deps): update https://gitea.com/actions/checkout action to v5' (#226) from renovate/https-gitea.com-actions-checkout-5.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
Reviewed-on: #226
2025-08-30 14:32:58 +02:00
Renovate Bot
c154f7eff5 chore(deps): update https://gitea.com/actions/checkout action to v5
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 2m54s
2025-08-30 14:17:56 +02: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.89.2
container: ghcr.io/renovatebot/renovate:41.91.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.89.2
container: ghcr.io/renovatebot/renovate:41.91.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"