From ff752a87252b704f8434faf4149261ebfd640a5f Mon Sep 17 00:00:00 2001 From: okxlin <61420215+okxlin@users.noreply.github.com> Date: Sun, 4 Jun 2023 22:26:14 +0800 Subject: [PATCH] feat:Update renovate.json --- renovate.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9..5910ed4b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "extends": ["config:base"], + "gitIgnoredAuthors": [ + "githubaction@githubaction.com" + ], + "packageRules": [ + { + "packageNames": ["docker-compose"], + "automerge": true + } + ], + "prCreation": "immediate" }