mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
ci(renovate): don't pin peerDependencies
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
+14
-2
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user