mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
chore(renovate): add repository and better checkout
This commit is contained in:
parent
a0a7cfef26
commit
c26eda3e65
1 changed files with 3 additions and 0 deletions
3
.github/workflows/renovate.yml
vendored
3
.github/workflows/renovate.yml
vendored
|
@ -18,6 +18,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: ${{ inputs.logLevel || 'info' }}
|
LOG_LEVEL: ${{ inputs.logLevel || 'info' }}
|
||||||
|
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
|
@ -25,6 +26,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
uses: renovatebot/github-action@v42.0.4
|
uses: renovatebot/github-action@v42.0.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue