Skip to content

Commit 25a352f

Browse files
committed
Lower renovate schedule and verbosity
1 parent 82ff64b commit 25a352f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/renovate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
default: latest
1919
required: false
2020
schedule:
21-
- cron: "0 * * * *" # Every hour
21+
- cron: "0 */6 * * *" # Every 6 hours
2222
push:
2323
branches: ["main", "renovate*"]
2424
paths:
@@ -31,7 +31,7 @@ concurrency:
3131
cancel-in-progress: true
3232

3333
env:
34-
LOG_LEVEL: "${{ inputs.logLevel || 'debug' }}"
34+
LOG_LEVEL: "${{ inputs.logLevel || 'info' }}"
3535
RENOVATE_AUTODISCOVER: true
3636
RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}"
3737
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"

0 commit comments

Comments
 (0)