console/renovate.json
2023-06-01 12:41:45 +02:00

68 lines
1.8 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>the-guild-org/shared-config:renovate", ":preserveSemverRanges"],
"constraints": {
"pnpm": "8.6.0"
},
"packageRules": [
{
"matchPackageNames": ["slonik", "slonik-utilities"],
"enabled": false
},
{
"groupName": "graphql-armor",
"matchPackagePrefixes": ["@escape.tech/graphql-armor-"]
},
{
"groupName": "radix",
"matchPackagePrefixes": ["@radix/", "@radix-ui"],
"recreateClosed": false
},
{
"groupName": "stripe",
"matchPackagePrefixes": ["@stripe/", "stripe"]
},
{
"groupName": "urql",
"matchPackagePrefixes": ["@urql/", "urql"],
"recreateClosed": false
},
{
"groupName": "sentry",
"matchPackagePrefixes": ["@sentry/", "sentry"]
},
{
"groupName": "trpc",
"matchPackagePrefixes": ["@trpc/", "trpc"]
},
{
"groupName": "supertokens",
"matchPackagePrefixes": ["supertokens"]
},
{
"groupName": "apollo-router",
"matchSourceUrls": ["(^|/)Cargo\\.toml$"],
"packageFile": "Cargo.toml",
"rangeStrategy": "pin"
}
],
"dockerfile": {
"enabled": true,
"fileMatch": [".*?\\.[dD]ockerfile"]
},
"regexManagers": [
{
"fileMatch": ["deployment/.*?\\.ts$"],
"matchStrings": ["image: (?:'|\")(?<depName>.*?):(?<currentValue>.*?)(?:'|\")"],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
},
{
"fileMatch": ["deployment/.*?\\.ts$"],
"matchStrings": [
"helmChart\\((?:'|\")(?<registryUrl>.*?)(?:'|\"), (?:'|\")(?<depName>.*?)(?:'|\"), (?:'|\")(?<currentValue>.*?)(?:'|\")\\)"
],
"datasourceTemplate": "helm"
}
]
}