Update default.json

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi
2023-09-05 08:44:39 +02:00
parent 2613edd497
commit b8b903eeea
2 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ module.exports = {
"autodiscover": false, "autodiscover": false,
"optimizeForDisabled": true, "optimizeForDisabled": true,
"forkProcessing": "disabled", "forkProcessing": "disabled",
"dryRun": "full", // null to enable actual PR handling "dryRun": null,
"binarySource": "install", "binarySource": "install",
"hostRules": [ "hostRules": [
{ {

View File

@@ -1,7 +1,10 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"], "extends": [
"config:recommended",
"docker:pinDigests"
],
"semanticCommits": "enabled", "semanticCommits": "enabled",
"automergeStrategy": "fast-forward", "automergeStrategy": "fast-forward",
"platformAutomerge": true "platformAutomerge": false
} }