Skip to content

Commit

Permalink
chore: Add dependency dashboard
Browse files Browse the repository at this point in the history
Example: clap-rs/clap#4824

I'm hoping this will make it easier to see what is going on with
problems with RenovateBot, like our MSRVs not updating atm (rust-lang#13254).
  • Loading branch information
epage committed Jan 6, 2024
1 parent 2ce4560 commit a93f4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
semanticCommits: 'enabled',
configMigration: true,
dependencyDashboard: false,
dependencyDashboard: true,
ignorePaths: [
'**/tests/**',
],
Expand Down

0 comments on commit a93f4d8

Please sign in to comment.