chore(renovate): add self-hosted Renovate GitHub Action workflow #12
@@ -3,12 +3,12 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *'
|
- cron: '0 3 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: renovatebot/github-action@v40
|
- uses: renovatebot/github-action@v40.3.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
configurationFile: renovate.json
|
||||||
|
renovate-json5: true
|
||||||
|
|||||||
Reference in New Issue
Block a user