mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
renovate: Disable dry-run, run only once a day
This commit is contained in:
2
.github/renovate.js
vendored
2
.github/renovate.js
vendored
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
branchPrefix: 'test-renovate/',
|
||||
dryRun: true,
|
||||
dryRun: false,
|
||||
username: 'renovate-release',
|
||||
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||
onboarding: false,
|
||||
|
||||
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user