mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>the-guild-org/shared-config:renovate", ":preserveSemverRanges"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "@theguild/prettier-config",
|
|
"matchPackageNames": ["@theguild/prettier-config"],
|
|
"prPriority": 10000,
|
|
"ignoreUnstable": false,
|
|
"allowedVersions": "/^(d+).(d+)(?:.(d+))?(-rc-.+)?$/"
|
|
},
|
|
{
|
|
"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": "oclif",
|
|
"matchPackagePrefixes": ["@oclif/", "oclif"]
|
|
},
|
|
{
|
|
"groupName": "sentry",
|
|
"matchPackagePrefixes": ["@sentry/", "sentry"]
|
|
},
|
|
{
|
|
"groupName": "trpc",
|
|
"matchPackagePrefixes": ["@trpc/", "trpc"]
|
|
},
|
|
{
|
|
"groupName": "supertokens",
|
|
"matchPackagePrefixes": ["supertokens"]
|
|
},
|
|
{
|
|
"groupName": "slonik",
|
|
"matchPackagePrefixes": ["@slonik", "slonik"],
|
|
"recreateClosed": false
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["deployment/.*?\\.ts$"],
|
|
"matchStrings": ["image: (?:'|\")(?<depName>.*?):(?<currentValue>.*?)(?:'|\")"],
|
|
"datasourceTemplate": "docker",
|
|
"versioningTemplate": "docker"
|
|
},
|
|
{
|
|
"fileMatch": ["deployment/.*?\\.ts$"],
|
|
"matchStrings": [
|
|
"helmChart\\((?:'|\")(?<registryUrl>.*?)(?:'|\"), (?:'|\")(?<depName>.*?)(?:'|\"), (?:'|\")(?<currentValue>.*?)(?:'|\")\\)"
|
|
],
|
|
"datasourceTemplate": "helm"
|
|
}
|
|
]
|
|
}
|