console/renovate.json

89 lines
2.5 KiB
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
2022-10-13 09:58:27 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-04-27 06:24:09 +00:00
"extends": ["github>the-guild-org/shared-config:renovate", ":preserveSemverRanges"],
"prConcurrentLimit": 10,
"dependencyDashboardTitle": "Dependencies Dashboard",
2022-05-18 07:26:57 +00:00
"packageRules": [
2023-02-09 11:32:39 +00:00
{
2023-06-01 10:41:45 +00:00
"matchPackageNames": ["slonik", "slonik-utilities"],
"enabled": false
2023-02-09 11:32:39 +00:00
},
2023-12-17 08:44:35 +00:00
{
"groupName": "graphiql",
"matchPackageNames": ["@graphiql/react", "@graphiql/toolkit", "graphiql"]
},
{
"groupName": "gh-actions/artifact",
"matchPackageNames": ["actions/download-artifact", "actions/upload-artifact"]
},
{
"groupName": "graphql-armor",
"matchPackageNames": ["@escape.tech/graphql-armor-{/,}**"]
},
2023-06-18 09:24:27 +00:00
{
"groupName": "Yoga/Envelop",
"matchPackageNames": ["@envelop/{/,}**", "graphql-yoga{/,}**", "@graphql-yoga/{/,}**"]
2023-06-18 09:24:27 +00:00
},
2022-12-28 08:21:39 +00:00
{
"groupName": "radix",
"recreateWhen": "auto",
"matchPackageNames": ["@radix/{/,}**", "@radix-ui{/,}**"]
2022-11-01 00:56:02 +00:00
},
{
"groupName": "stripe",
"matchPackageNames": ["@stripe/{/,}**", "stripe{/,}**"]
},
{
"groupName": "urql",
"recreateWhen": "auto",
"matchPackageNames": ["@urql/{/,}**", "urql{/,}**"]
2022-11-01 00:56:02 +00:00
},
{
"groupName": "sentry",
"matchPackageNames": ["@sentry/{/,}**", "sentry{/,}**"]
2022-11-01 00:56:02 +00:00
},
{
"groupName": "trpc",
"matchPackageNames": ["@trpc/{/,}**", "trpc{/,}**"]
},
{
"groupName": "supertokens",
2023-12-17 08:44:35 +00:00
"matchPackageNames": [
"supertokens",
"supertokens-node",
"supertokens-react",
"supertokens-auth-react",
"registry.supertokens.io/supertokens/supertokens-postgresql"
]
2023-02-07 05:26:38 +00:00
},
{
"groupName": "apollo-router",
"matchSourceUrls": ["(^|/)Cargo\\.toml$"],
"packageFile": "Cargo.toml",
"rangeStrategy": "pin",
"prPriority": 7
2022-05-18 07:26:57 +00:00
}
],
"dockerfile": {
"enabled": true,
"fileMatch": [".*?\\.[dD]ockerfile"]
},
"customManagers": [
{
"customType": "regex",
"fileMatch": ["deployment/.*?\\.ts$"],
"matchStrings": ["image: (?:'|\")(?<depName>.*?):(?<currentValue>.*?)(?:'|\")"],
2023-02-27 08:38:30 +00:00
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["deployment/.*?\\.ts$"],
"matchStrings": [
"helmChart\\((?:'|\")(?<registryUrl>.*?)(?:'|\"), (?:'|\")(?<depName>.*?)(?:'|\"), (?:'|\")(?<currentValue>.*?)(?:'|\")\\)"
],
"datasourceTemplate": "helm"
}
2022-12-21 18:59:50 +00:00
]
2022-05-18 07:26:57 +00:00
}