Compare commits

...

2 Commits

Author SHA1 Message Date
10739c9f10 Merge pull request 'chore(deps): update actions/checkout action to v7' (#223) from renovate/actions-checkout-7.x into main
All checks were successful
renovate / renovate (push) Successful in 17m29s
2026-06-19 00:20:01 +00:00
8510642cf8 chore(deps): update actions/checkout action to v7 2026-06-19 00:19:55 +00:00

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.177.9 container: ghcr.io/renovatebot/renovate:43.177.9
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # replace it with your config.js path RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # replace it with your config.js path