ci(renovate): don't pin peerDependencies

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández
2025-04-29 20:27:08 +02:00
parent 2567d33d69
commit 57bb098bd8
+14 -2
View File
@@ -1,6 +1,15 @@
{
"timezone": "Europe/Madrid",
"packageRules": [
{
"matchManagers": [
"npm"
],
"matchDepTypes": [
"dependencies"
],
"groupName": "npm (runtime)"
},
{
"matchManagers": [
"npm"
@@ -15,9 +24,12 @@
"npm"
],
"matchDepTypes": [
"dependencies"
"peerDependencies"
],
"groupName": "npm (runtime)"
"matchUpdateTypes": [
"pin"
],
"enabled": false
},
{
"matchManagers": [