diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b706195a95..e4eb94887e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,66 +1,66 @@ { - $schema: "https://docs.renovatebot.com/renovate-schema.json", - labels: ["dependencies"], - extends: ["config:best-practices", ":gitSignOff"], - ignorePresets: [":pinDevDependencies", ":pinDigest", "docker:pinDigests"], + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + labels: ['dependencies'], + extends: ['config:best-practices', ':gitSignOff'], + ignorePresets: [':pinDevDependencies', ':pinDigest', 'docker:pinDigests'], constraints: { - corepack: "0.24.1", + corepack: '0.24.1', }, prConcurrentLimit: 20, - postUpdateOptions: ["yarnDedupeHighest"], - rangeStrategy: "update-lockfile", - ignoreDeps: ["@elastic/elasticsearch", "event-source-polyfill"], + postUpdateOptions: ['yarnDedupeHighest'], + rangeStrategy: 'update-lockfile', + ignoreDeps: ['@elastic/elasticsearch', 'event-source-polyfill'], packageRules: [ { - groupName: "Spotify web-scripts monorepo packages", - rangeStrategy: "replace", - matchSourceUrls: ["https://github.com/spotify/web-scripts{/,}**"], + groupName: 'Spotify web-scripts monorepo packages', + rangeStrategy: 'replace', + matchSourceUrls: ['https://github.com/spotify/web-scripts{/,}**'], }, { - groupName: "API Extractor / Rush Stack monorepo packages", - rangeStrategy: "replace", - matchSourceUrls: ["https://github.com/microsoft/rushstack{/,}**"], + groupName: 'API Extractor / Rush Stack monorepo packages', + rangeStrategy: 'replace', + matchSourceUrls: ['https://github.com/microsoft/rushstack{/,}**'], }, { - groupName: "SVGR monorepo packages", - rangeStrategy: "replace", - matchSourceUrls: ["https://github.com/gregberge/svgr{/,}**"], + groupName: 'SVGR monorepo packages', + rangeStrategy: 'replace', + matchSourceUrls: ['https://github.com/gregberge/svgr{/,}**'], }, { - matchSourceUrls: ["https://github.com/yarnpkg/berry"], + matchSourceUrls: ['https://github.com/yarnpkg/berry'], enabled: false, }, { - matchPackageNames: ["node-fetch"], - allowedVersions: "<3.0.0", + matchPackageNames: ['node-fetch'], + allowedVersions: '<3.0.0', }, { - matchPackageNames: ["inquirer", "@types/inquirer"], - allowedVersions: "<9.0.0", + matchPackageNames: ['inquirer', '@types/inquirer'], + allowedVersions: '<9.0.0', }, { - matchPackageNames: ["ora"], - allowedVersions: "<5.0.0", + matchPackageNames: ['ora'], + allowedVersions: '<5.0.0', }, { - matchPackageNames: ["p-limit"], - allowedVersions: "<4.0.0", + matchPackageNames: ['p-limit'], + allowedVersions: '<4.0.0', }, { - matchPackageNames: ["p-throttle"], - allowedVersions: "<4.0.0", + matchPackageNames: ['p-throttle'], + allowedVersions: '<4.0.0', }, { - matchPackageNames: ["p-queue"], - allowedVersions: "<7.0.0", + matchPackageNames: ['p-queue'], + allowedVersions: '<7.0.0', }, { - matchPackageNames: ["serialize-error"], - allowedVersions: "<9.0.0", + matchPackageNames: ['serialize-error'], + allowedVersions: '<9.0.0', }, { - matchPackageNames: ["yn"], - allowedVersions: "<5.0.0", + matchPackageNames: ['yn'], + allowedVersions: '<5.0.0', }, ], }