Compare commits

...

3 Commits

Author SHA1 Message Date
1377022360 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.179.3 2026-05-14 14:35:54 +00:00
a47d28d283 feat: added github PAT
Some checks failed
renovate / renovate (push) Has been cancelled
Signed-off-by: Daniel Cormier <git@drc97.com>
2026-05-14 14:29:16 +00:00
10b3a2a195 chore: update renovate-bot docker image version
Some checks failed
renovate / renovate (push) Has been cancelled
Signed-off-by: Daniel Cormier <git@drc97.com>
2026-05-14 14:24:33 +00:00

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42.99.0
container: ghcr.io/renovatebot/renovate:43.179.3
steps:
- uses: actions/checkout@v4
- run: renovate
@@ -18,3 +18,5 @@ jobs:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.GITHUB }}
GITHUB_COM_TOKEN: ${{ secrets.GITHUB }}