Files
backstage/.github/renovate.json5
T
2024-08-06 07:45:05 +00:00

67 lines
1.7 KiB
Plaintext

{
$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",
},
prConcurrentLimit: 20,
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: "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{/,}**"],
},
{
matchSourceUrls: ["https://github.com/yarnpkg/berry"],
enabled: false,
},
{
matchPackageNames: ["node-fetch"],
allowedVersions: "<3.0.0",
},
{
matchPackageNames: ["inquirer", "@types/inquirer"],
allowedVersions: "<9.0.0",
},
{
matchPackageNames: ["ora"],
allowedVersions: "<5.0.0",
},
{
matchPackageNames: ["p-limit"],
allowedVersions: "<4.0.0",
},
{
matchPackageNames: ["p-throttle"],
allowedVersions: "<4.0.0",
},
{
matchPackageNames: ["p-queue"],
allowedVersions: "<7.0.0",
},
{
matchPackageNames: ["serialize-error"],
allowedVersions: "<9.0.0",
},
{
matchPackageNames: ["yn"],
allowedVersions: "<5.0.0",
},
],
}