summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-08-20 08:14:08 +0200
committerMichael Kriese <michael.kriese@visualon.de>2024-08-20 08:14:08 +0200
commitbf609ce874efb1aa8aedd92fb059812dcd2977d6 (patch)
tree569428de9582d546ceef80b066ec84af5cec1236 /renovate.json
parentMerge pull request 'Update dependency @axe-core/playwright to v4.10.0 (forgej... (diff)
downloadforgejo-bf609ce874efb1aa8aedd92fb059812dcd2977d6.tar.xz
forgejo-bf609ce874efb1aa8aedd92fb059812dcd2977d6.zip
chore(renovate): better linter and postcss grouping
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/renovate.json b/renovate.json
index cca2d78de3..3545b1ad86 100644
--- a/renovate.json
+++ b/renovate.json
@@ -4,8 +4,6 @@
"config:best-practices",
":approveMajorUpdates",
":maintainLockFilesWeekly",
- "group:postcss",
- "group:linters",
"schedule:daily",
"schedule:automergeDaily",
"local>forgejo-contrib/forgejo-renovate//go.json"
@@ -126,6 +124,18 @@
]
},
{
+ "description": "Group linter minor and patch updates",
+ "extends": ["packages:linters"],
+ "matchUpdateTypes": ["minor", "patch"],
+ "groupName": "linters"
+ },
+ {
+ "description": "Group postcss minor and patch updates",
+ "extends": ["packages:postcss"],
+ "matchUpdateTypes": ["minor", "patch"],
+ "groupName": "postcss"
+ },
+ {
"description": "Split minor and patch updates",
"matchDepNames": [
"docker.io/golang",