feat(renovate): use config from Linux-Gaming repo
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -10,9 +10,18 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:41.1.4
|
container: ghcr.io/renovatebot/renovate:41.1.4
|
||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
- name: Checkout main repository
|
||||||
- run: renovate
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Checkout renovate config repository
|
||||||
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: Linux-Gaming/renovate-config
|
||||||
|
path: renovate-config
|
||||||
|
|
||||||
|
- name: Run Renovate
|
||||||
|
run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: "/workspace/Boria138/PortProtonQt/config.js"
|
RENOVATE_CONFIG_FILE: "/workspace/renovate-config/config.js"
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user