Compare commits
2 commits
4d64b75c31
...
681f3f1060
Author | SHA1 | Date | |
---|---|---|---|
681f3f1060 | |||
14e3c538ff |
2 changed files with 8 additions and 5 deletions
12
.github/workflows/renovate.yml
vendored
12
.github/workflows/renovate.yml
vendored
|
@ -1,16 +1,18 @@
|
||||||
name: Run Renovate
|
name: Run Renovate
|
||||||
|
|
||||||
on: workflow_dispatch
|
#on: workflow_dispatch
|
||||||
|
|
||||||
#on:
|
on:
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: "42 * * * *"
|
- cron: "42 * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: antville
|
runs-on: antville
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
run: npx renovate
|
run: npx renovate
|
||||||
env:
|
env:
|
||||||
|
@ -19,7 +21,7 @@ jobs:
|
||||||
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
|
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
|
||||||
LOG_LEVEL: info # debug | info | warn | error | fatal
|
LOG_LEVEL: info # debug | info | warn | error | fatal
|
||||||
RENOVATE_AUTODISCOVER: 'true'
|
RENOVATE_AUTODISCOVER: 'true'
|
||||||
RENOVATE_CONFIG_FILE: /home/runner/renovate.json
|
RENOVATE_CONFIG_FILE: renovate.json
|
||||||
RENOVATE_ENDPOINT: ${{ github.api_url }}
|
RENOVATE_ENDPOINT: ${{ github.api_url }}
|
||||||
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
|
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
|
||||||
#RENOVATE_GIT_IGNORED_AUTHORS:
|
#RENOVATE_GIT_IGNORED_AUTHORS:
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"labels": ["dependency"],
|
"labels": ["dependency"],
|
||||||
|
"gitIgnoredAuthors": ["29139614+renovate[bot]@users.noreply.github.com"],
|
||||||
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue