renovate: Disable dry-run, run only once a day

This commit is contained in:
Christoph Petrausch
2022-08-30 10:49:39 +02:00
parent f1c023ed42
commit 15a7e85a8a
2 changed files with 2 additions and 2 deletions

2
.github/renovate.js vendored
View File

@@ -1,6 +1,6 @@
module.exports = {
branchPrefix: 'test-renovate/',
dryRun: true,
dryRun: false,
username: 'renovate-release',
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
onboarding: false,

View File

@@ -3,7 +3,7 @@ on:
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '24 * * * *'
- cron: '24 12 * * *'
jobs:
renovate:
runs-on: ubuntu-latest