Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"github>rust-lang/renovate:actions",
// Open a PR to migrate the config when Renovate deprecates syntax
":configMigration",
// Refresh lock files on the first day of each month
// (still gated by dashboard approval for now)
":maintainLockFilesMonthly",
// Refresh lock files weekly
":maintainLockFilesWeekly",
],
// Cargo manifests in this repository use unstable features.
"env": {
Expand All @@ -30,6 +29,11 @@
"matchManagers": ["github-actions"],
"dependencyDashboardApproval": false
},
{
// No dashboard approval necessary for lock file maintenance
"matchUpdateTypes": ["lockFileMaintenance"],
"dependencyDashboardApproval": false
},
{
// Update all Cargo.lock files except library/Cargo.lock in one PR.
"matchManagers": ["cargo"],
Expand Down
Loading