Browse Source

Run Renovate with changes enabled by default

pull/5584/head
Slavi Pantaleev 2 days ago
parent
commit
dac3ba5d9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/renovate.yml

+ 1
- 1
.github/workflows/renovate.yml View File

@@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
dry_run:
description: 'Run without making changes'
required: false
default: true
default: false
type: boolean
log_level:
description: 'Renovate log level'


Loading…
Cancel
Save