This commit is contained in:
parent
590c19ca86
commit
028f062678
1 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: renovate
|
name: Renovate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -10,11 +10,14 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
name: Run
|
||||||
|
runs-on: docker
|
||||||
container: ghcr.io/renovatebot/renovate:38.116.0
|
container: ghcr.io/renovatebot/renovate:38.116.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout
|
||||||
- run: renovate
|
uses: actions/checkout@v4
|
||||||
|
- name: Run Renovate
|
||||||
|
run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: "/workspace/CoastalCommits/renovte-config/config.js"
|
RENOVATE_CONFIG_FILE: "/workspace/CoastalCommits/renovte-config/config.js"
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
|
|
Loading…
Reference in a new issue