From f4d7a5503f3a77f6aa4d4e772c8feb3145044fec Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 5 Sep 2020 10:49:26 +0200 Subject: chore(ci): reduce renovate PR noise --- .renovaterc.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.renovaterc.json') diff --git a/.renovaterc.json b/.renovaterc.json index 2b6699f..be47e3a 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,4 +1,7 @@ { + "extends": [ + "config:base" + ], "regexManagers": [ { "fileMatch": ["^tools/build_test_env.sh$"], @@ -7,5 +10,11 @@ "datasourceTemplate": "docker", "versioningTemplate": "loose" } + ], + "packageRules": [ + { + "packagePatterns": ["^gitlab\/gitlab-.+$"], + "automerge": true + } ] } -- cgit v1.2.1