summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-04-17 09:22:42 +0200
committerMichael Kriese <michael.kriese@visualon.de>2024-04-17 09:24:59 +0200
commitbb0daa9522ff2fc91ff53672956fe5ae312e81ed (patch)
treef013bb6617cd14ce11b88b4a8d68365ee39a1a31 /renovate.json
parentMerge pull request 'webhook: improve UX for sourcehut and matrix' (#3156) fro... (diff)
downloadforgejo-bb0daa9522ff2fc91ff53672956fe5ae312e81ed.tar.xz
forgejo-bb0daa9522ff2fc91ff53672956fe5ae312e81ed.zip
chore(renovate): schedule some deps quarterly
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json24
1 files 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
},
@@ -30,8 +36,18 @@
"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": [" \\?= (?<depName>.+?)@(?<currentValue>.+?) # renovate: datasource=(?<datasource>.+?)\\s"]
+ "matchStrings": [
+ " \\?= (?<depName>.+?)@(?<currentValue>.+?) # renovate: datasource=(?<datasource>.+?)\\s"
+ ]
}
]
}