From d5ce4a6b9d07f2e909d1580fef5ff04ce837de8f Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 22 Sep 2024 01:10:00 +0100 Subject: [PATCH] update renovate config --- renovate.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 22a9943..468f468 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,21 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": [ + "config:recommended", + "docker:enableMajor", + "replacements:k8s-registry-move", + ":semanticCommits", + ":timezone(Europe/London)" + ], + "dependencyDashboardTitle": "Renovate Dashboard 🤖", + "ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"], + "flux": { + "fileMatch": ["\\.yaml$"] + }, + "helm-values": { + "fileMatch": ["\\.yaml$"] + }, + "kubernetes": { + "fileMatch": ["\\.yaml$"] + } }