From bb0daa9522ff2fc91ff53672956fe5ae312e81ed Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 17 Apr 2024 09:22:42 +0200 Subject: [PATCH] chore(renovate): schedule some deps quarterly --- renovate.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 292a38383f..e9ce2a69b2 100644 --- a/renovate.json +++ b/renovate.json @@ -20,7 +20,13 @@ "packageRules": [ { "description": "Require approval for go and python minor version", - "matchDepNames": ["go", "python", "golang", "docker.io/golang", "docker.io/library/golang"], + "matchDepNames": [ + "go", + "python", + "golang", + "docker.io/golang", + "docker.io/library/golang" + ], "matchUpdateTypes": ["minor"], "dependencyDashboardApproval": true }, @@ -29,9 +35,19 @@ "matchDepNames": ["github.com/go-ap/activitypub", "bitnami/minio"], "dependencyDashboardApproval": true }, + { + "description": "Schedule some deps less frequently", + "matchDepNames": ["github.com/google/pprof"], + "extends": ["schedule:quarterly"] + }, { "description": "Group golang packages", - "matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"], + "matchDepNames": [ + "go", + "golang", + "docker.io/golang", + "docker.io/library/golang" + ], "groupName": "golang packages" }, { @@ -81,7 +97,9 @@ "description": "Update deps inside Makefile", "customType": "regex", "fileMatch": ["^Makefile$"], - "matchStrings": [" \\?= (?.+?)@(?.+?) # renovate: datasource=(?.+?)\\s"] + "matchStrings": [ + " \\?= (?.+?)@(?.+?) # renovate: datasource=(?.+?)\\s" + ] } ] }