mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
feat!: use ghcr renovate image (#753)
BREAKING CHANGE: By default the renovate image is now pulled from `ghcr.io/renovatebot/renovate`
This commit is contained in:
parent
53fd09be22
commit
cc52092d4f
4 changed files with 87 additions and 79 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
|
||||
env:
|
||||
NODE_VERSION: 18
|
||||
RENOVATE_VERSION: 35.100.3 # renovate: datasource=docker depName=renovate packageName=renovate/renovate
|
||||
RENOVATE_VERSION: 35.100.3 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
|
||||
|
||||
jobs:
|
||||
commitlint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue