Compare commits

...

2 commits

Author SHA1 Message Date
536eb79a1b
2024-11-01 15:52:42 +01:00
719db9f611
2024-11-01 15:49:44 +01:00
2 changed files with 5 additions and 6 deletions

View file

@ -1,10 +1,10 @@
name: Run Renovate
#on: workflow_dispatch
on: workflow_dispatch
on:
schedule:
- cron: "42 * * * *"
#on:
# schedule:
# - cron: "42 * * * *"
jobs:
renovate:
@ -19,7 +19,7 @@ jobs:
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
LOG_LEVEL: info # debug | info | warn | error | fatal
RENOVATE_AUTODISCOVER: 'true'
RENOVATE_CONFIG_FILE: renovate.json
RENOVATE_CONFIG_FILE: ~/renovate.json
RENOVATE_ENDPOINT: ${{ github.api_url }}
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
#RENOVATE_GIT_IGNORED_AUTHORS:

View file

@ -20,7 +20,6 @@
},
"labels": ["dependency"],
"gitIgnoredAuthors": ["29139614+renovate[bot]@users.noreply.github.com"],
"packageRules": [
{