From b8b903eeeaf4258ca36deab628ca93610ec75c29 Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Tue, 5 Sep 2023 08:44:39 +0200 Subject: [PATCH] Update default.json Signed-off-by: justusbunsi --- config.js | 2 +- default.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 065ffcf..50d16b5 100644 --- a/config.js +++ b/config.js @@ -9,7 +9,7 @@ module.exports = { "autodiscover": false, "optimizeForDisabled": true, "forkProcessing": "disabled", - "dryRun": "full", // null to enable actual PR handling + "dryRun": null, "binarySource": "install", "hostRules": [ { diff --git a/default.json b/default.json index 87274a5..f85369b 100644 --- a/default.json +++ b/default.json @@ -1,7 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": [ + "config:recommended", + "docker:pinDigests" + ], "semanticCommits": "enabled", "automergeStrategy": "fast-forward", - "platformAutomerge": true + "platformAutomerge": false }