aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-05 00:04:49 +0100
committerGitHub <noreply@github.com>2025-11-05 00:04:49 +0100
commit81edf000e17a3499f90492febb2f20fc67d37223 (patch)
treeaefa8f5601e0d490187983fc1c8e8d805fb1ec64
parent04b94e421b2886e6ff2139e31ea269be934a9ef6 (diff)
Update renovate config
-rw-r--r--renovate.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index 5db72dd..2b1702b 100644
--- a/renovate.json
+++ b/renovate.json
@@ -2,5 +2,31 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
+ ],
+ "packageRules": [
+ {
+ "matchManagers": ["npm"],
+ "groupName": "all npm dependencies",
+ "groupSlug": "npm-all",
+ "matchUpdateTypes": [
+ "minor",
+ "patch"
+ ]
+ },
+ {
+ "matchManagers": ["nuget"],
+ "groupName": "all NuGet dependencies",
+ "groupSlug": "nuget-all",
+ "matchUpdateTypes": [
+ "minor",
+ "patch"
+ ]
+ },
+ {
+ "matchManagers": ["github-actions"],
+ "groupName": "all GitHub Actions",
+ "groupSlug": "gh-actions-all"
+ }
]
+
}