Compare commits
3 Commits
4bb01671ff
...
389fcc4e8f
Author | SHA1 | Date | |
---|---|---|---|
|
389fcc4e8f | ||
212d935a35 | |||
|
8dd89f5e38 |
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user