Skip to content

Commit

Permalink
chore: enable back renovate, w/ dependency dashboard (#4702)
Browse files Browse the repository at this point in the history
Let's try to enable it back to not let it pile up too much.
Let's try to use dependency dashboard to help us manage the dependency
updates ;)
  • Loading branch information
louis-bompart authored Nov 22, 2024
1 parent 936ddee commit fa55915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"enabled": false,
"enabled": true,
"extends": [
"github>coveo/renovate-presets",
"helpers:pinGitHubActionDigests"
],
"labels": ["dependencies"],
"dependencyDashboard": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
Expand Down

0 comments on commit fa55915

Please sign in to comment.