[SKIP CI] Bump down logging
All checks were successful
Check for Dependency Updates / renovate (push) Successful in 32s
All checks were successful
Check for Dependency Updates / renovate (push) Successful in 32s
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
f57cef1f88
commit
973a83d806
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
name: Check for Dependency Updates
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@hourly"
|
||||
|
@ -14,8 +13,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
name: Check for Dependency Updates
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/infrastructure/renovate/config.js"
|
||||
LOG_LEVEL: "debug"
|
||||
LOG_LEVEL: "INFO"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.HUB_TOKEN }}
|
Loading…
Reference in a new issue