summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/.github/renovate.json5
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/.github/renovate.json5')
-rw-r--r--src/tools/cargo/.github/renovate.json518
1 files changed, 14 insertions, 4 deletions
diff --git a/src/tools/cargo/.github/renovate.json5 b/src/tools/cargo/.github/renovate.json5
index 03e6d8da8..ca9c2a813 100644
--- a/src/tools/cargo/.github/renovate.json5
+++ b/src/tools/cargo/.github/renovate.json5
@@ -6,7 +6,7 @@
configMigration: true,
dependencyDashboard: false,
ignorePaths: [
- "**/tests/**",
+ '**/tests/**',
],
customManagers: [
{
@@ -40,7 +40,7 @@
{
commitMessageTopic: 'MSRV (1 version)',
matchManagers: [
- 'regex',
+ 'custom.regex',
],
matchPackageNames: [
'MSRV:1',
@@ -53,12 +53,12 @@
{
commitMessageTopic: 'MSRV (3 versions)',
matchManagers: [
- 'regex',
+ 'custom.regex',
],
matchPackageNames: [
'MSRV:3',
],
- "extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
+ extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
schedule: [
'* * * * *',
],
@@ -66,6 +66,16 @@
internalChecksFilter: 'strict',
groupName: 'msrv',
},
+ {
+ matchManagers: [
+ 'cargo',
+ ],
+ matchPackageNames: [
+ 'gix-features-for-configuration-only',
+ 'gix',
+ ],
+ groupName: 'gix',
+ },
// Goals:
// - Rollup safe upgrades to reduce CI runner load
// - Have lockfile and manifest in-sync (implicit rules)