mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +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:
|
||||
LOG_LEVEL: ${{ inputs.logLevel || 'info' }}
|
||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
@ -25,6 +26,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Renovate
|
||||
uses: renovatebot/github-action@v42.0.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue