Parcourir la source

chore(renovate): ignore vue-tsc v2.2.0

Jacky il y a 3 mois
Parent
commit
b9822be86d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .github/renovate.json

+ 4 - 0
.github/renovate.json

@@ -27,6 +27,10 @@
       "schedule": [
         "after 2am and before 3am"
       ]
+    },
+    {
+      "matchPackageNames": ["vue-tsc"],
+      "allowedVersions": "!/^2\\.2\\.0$/"
     }
   ],
   "ignoreDeps": ["vue3-apexcharts"]