{ semanticCommits: 'enabled', configMigration: true, dependencyDashboard: true, customManagers: [ { customType: 'regex', fileMatch: [ '^rust-toolchain\\.toml$', 'Cargo.toml$', 'clippy.toml$', '\\.clippy.toml$', '^\\.github/workflows/ci.yml$', '^\\.github/workflows/rust-next.yml$', ], matchStrings: [ 'MSRV.*?(?\\d+\\.\\d+(\\.\\d+)?)', '(?\\d+\\.\\d+(\\.\\d+)?).*?MSRV', ], depNameTemplate: 'rust', packageNameTemplate: 'rust-lang/rust', datasourceTemplate: 'github-releases', }, ], packageRules: [ { commitMessageTopic: 'MSRV', matchManagers: [ 'custom.regex', ], matchPackageNames: [ 'rust', ], minimumReleaseAge: '252 days', internalChecksFilter: 'strict', }, { matchManagers: [ 'cargo', ], matchDepTypes: [ 'build-dependencies', 'dependencies', 'workspace.dependencies' ], matchCurrentVersion: '>=0.1.0', matchUpdateTypes: [ 'patch', ], enabled: false, }, { matchManagers: [ 'cargo', ], matchDepTypes: [ 'build-dependencies', 'dependencies', 'workspace.dependencies' ], matchCurrentVersion: '>=1.0.0', matchUpdateTypes: [ 'minor', 'patch' ], enabled: false, }, { matchManagers: [ 'cargo', ], matchDepTypes: [ 'dev-dependencies', ], matchCurrentVersion: '>=0.1.0', matchUpdateTypes: [ 'patch', ], automerge: true, groupName: 'compatible (dev)', }, { matchManagers: [ 'cargo', ], matchDepTypes: [ 'dev-dependencies', ], matchCurrentVersion: '>=1.0.0', matchUpdateTypes: [ 'minor', 'patch' ], automerge: true, groupName: 'compatible (dev)', }, ], }