From 75d39f08ca2cb8ddc90510b865a0db020d72875d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:52:49 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 167 ++++++++++++-------------------------------------- 1 file changed, 40 insertions(+), 127 deletions(-) diff --git a/renovate.json b/renovate.json index b416a122d9..8c4d989125 100644 --- a/renovate.json +++ b/renovate.json @@ -12,99 +12,56 @@ "rebaseWhen": "conflicted", "lockFileMaintenance": { "enabled": true, - "schedule": [ - "on tuesday and wednesday" - ] + "schedule": ["on tuesday and wednesday"] }, "vulnerabilityAlerts": { "automerge": true }, - "labels": [ - "renovate" - ], + "labels": ["renovate"], "packageRules": [ { - "matchUpdateTypes": [ - "minor", - "patch", - "pin", - "lockFileMaintenance" - ], + "matchUpdateTypes": ["minor", "patch", "pin", "lockFileMaintenance"], "automerge": true }, { - "extends": [ - "monorepo:vue" - ], - "matchUpdateTypes": [ - "major" - ], - "matchFileNames": [ - "print/package.json", - "pdf/package.json" - ], + "extends": ["monorepo:vue"], + "matchUpdateTypes": ["major"], + "matchFileNames": ["print/package.json", "pdf/package.json"], "dependencyDashboardApproval": true, "groupName": "vue-major-print-pdf" }, { - "extends": [ - "monorepo:vue" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ], - "matchFileNames": [ - "print/package.json", - "pdf/package.json" - ], + "extends": ["monorepo:vue"], + "matchUpdateTypes": ["minor", "patch"], + "matchFileNames": ["print/package.json", "pdf/package.json"], "dependencyDashboardApproval": false, "groupName": "vue-minor-print-pdf" }, { - "extends": [ - "monorepo:vue" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ], - "matchFileNames": [ - "frontend/package.json" - ], + "extends": ["monorepo:vue"], + "matchUpdateTypes": ["major", "minor", "patch"], + "matchFileNames": ["frontend/package.json"], "dependencyDashboardApproval": true, "groupName": "vue-frontend" }, { - "matchDepNames": [ - "@vue/test-utils" - ], - "matchFileNames": [ - "frontend/package.json" - ], + "matchDepNames": ["@vue/test-utils"], + "matchFileNames": ["frontend/package.json"], "dependencyDashboardApproval": true, "groupName": "vue-test-utils-frontend" }, { - "matchDepNames": [ - "sass" - ], + "matchDepNames": ["sass"], "dependencyDashboardApproval": true }, { - "matchDepNames": [ - "php", - "dunglas/frankenphp" - ], + "matchDepNames": ["php", "dunglas/frankenphp"], "automerge": false, "groupName": "php" }, { - "matchPackagePatterns": [ - "^@tiptap/" - ], - "groupName": "tiptap" + "groupName": "tiptap", + "matchPackageNames": ["/^@tiptap//"] }, { "matchDepNames": [ @@ -118,34 +75,22 @@ "qoomon/docker-host" ], "groupName": "docker-images", - "schedule": [ - "after 10pm on sunday", - "before 7am on monday" - ] + "schedule": ["after 10pm on sunday", "before 7am on monday"] }, { - "matchDepNames": [ - "browserless/chrome" - ], + "matchDepNames": ["browserless/chrome"], "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?\\w+)-(?\\d+)\\.(\\d+)\\.(\\d+)?$" }, { - "matchDepNames": [ - "dunglas/frankenphp" - ], + "matchDepNames": ["dunglas/frankenphp"], "versioning": "regex:^(?\\d+)\\.(?\\d+)-(?\\w+)(?\\d+)\\.(?\\d+)\\.(?\\d+)?$" }, { - "matchDepNames": [ - "postgres" - ], + "matchDepNames": ["postgres"], "allowedVersions": "15-alpine" }, { - "matchDepNames": [ - "cypress", - "cypress/included" - ], + "matchDepNames": ["cypress", "cypress/included"], "automerge": false, "groupName": "cypress" } @@ -153,9 +98,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^api/phpunit.xml.dist$" - ], + "fileMatch": ["^api/phpunit.xml.dist$"], "matchStrings": [ "[^\"]+)\" />" ], @@ -164,9 +107,7 @@ }, { "customType": "regex", - "fileMatch": [ - "^api/Dockerfile$" - ], + "fileMatch": ["^api/Dockerfile$"], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s(ENV|ARG) .*?_VERSION=(?.*)\\s" ], @@ -174,21 +115,15 @@ }, { "customType": "regex", - "fileMatch": [ - "^.helm/ecamp3/values.ya?ml$" - ], + "fileMatch": ["^.helm/ecamp3/values.ya?ml$"], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)?\\s.*tag: \"(?.*)\"\\s" ] }, { "customType": "regex", - "fileMatch": [ - "^.github/workflows/.+\\.ya?ml$" - ], - "matchStrings": [ - "php-version: '(?[0-9.]+)'" - ], + "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], + "matchStrings": ["php-version: '(?[0-9.]+)'"], "depNameTemplate": "php", "packageNameTemplate": "php/php-src", "datasourceTemplate": "github-tags", @@ -197,12 +132,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^renovate.json$" - ], - "matchStrings": [ - "\"php\": \"(?[^\"]+).*\".*" - ], + "fileMatch": ["^renovate.json$"], + "matchStrings": ["\"php\": \"(?[^\"]+).*\".*"], "depNameTemplate": "php", "packageNameTemplate": "php/php-src", "datasourceTemplate": "github-tags", @@ -211,12 +142,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^.github/workflows/.+\\.ya?ml$" - ], - "matchStrings": [ - "tools: composer:(?[0-9.]+)" - ], + "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], + "matchStrings": ["tools: composer:(?[0-9.]+)"], "depNameTemplate": "composer", "packageNameTemplate": "composer/composer", "datasourceTemplate": "github-tags", @@ -224,12 +151,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^.github/workflows/.+\\.ya?ml$" - ], - "matchStrings": [ - "node-version: '(?[^']+)'.*" - ], + "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], + "matchStrings": ["node-version: '(?[^']+)'.*"], "depNameTemplate": "node", "packageNameTemplate": "nodejs/node", "datasourceTemplate": "github-tags", @@ -238,12 +161,8 @@ }, { "customType": "regex", - "fileMatch": [ - ".nvmrc" - ], - "matchStrings": [ - "(?[^'\n]+).*" - ], + "fileMatch": [".nvmrc"], + "matchStrings": ["(?[^'\n]+).*"], "depNameTemplate": "node", "packageNameTemplate": "nodejs/node", "datasourceTemplate": "github-tags", @@ -252,12 +171,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^renovate.json$" - ], - "matchStrings": [ - "\"node\": \"(?[^\"]+).*\".*" - ], + "fileMatch": ["^renovate.json$"], + "matchStrings": ["\"node\": \"(?[^\"]+).*\".*"], "depNameTemplate": "node", "packageNameTemplate": "nodejs/node", "datasourceTemplate": "github-tags", @@ -266,13 +181,11 @@ }, { "customType": "regex", - "fileMatch": [ - "^.github/workflows/.+\\.ya?ml$" - ], + "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], "matchStrings": [ "image:\\s+'(?.*):(?.*)@(?.*)'\\s" ], "datasourceTemplate": "docker" } ] -} \ No newline at end of file +}