From 36b517b4323230f9876fa715e51ba4c3693b230f Mon Sep 17 00:00:00 2001 From: BacLuc Date: Mon, 13 Nov 2023 11:51:34 +0100 Subject: [PATCH] renovate.json: remove print package rules for nuxt2 Now we have nuxt3 and can hopefully update these dependencies. --- renovate.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/renovate.json b/renovate.json index eaa77b26ad..c65062b9e5 100644 --- a/renovate.json +++ b/renovate.json @@ -108,36 +108,6 @@ "postgres" ], "allowedVersions": "15-alpine" - }, - { - "matchPackageNames": [ - "@nuxtjs/eslint-module" - ], - "allowedVersions": "^3" - }, - { - "matchPackageNames": [ - "@nuxtjs/stylelint-module" - ], - "allowedVersions": "^4" - }, - { - "matchFileNames": [ - "print/package.json" - ], - "matchPackageNames": [ - "prettier" - ], - "allowedVersions": "^2" - }, - { - "matchFileNames": [ - "print/package.json" - ], - "matchPackageNames": [ - "eslint-plugin-prettier" - ], - "allowedVersions": "^4" } ], "regexManagers": [