Skip to content

Commit

Permalink
chore: enable dependency dashboard approval for major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Aug 18, 2024
1 parent 1a097d3 commit c8626ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"schedule": ["after 10pm and before 5am every weekday", "every weekend"]
"schedule": ["after 10pm and before 5am every weekday", "every weekend"],
"major": {
"dependencyDashboardApproval": true
}
}

0 comments on commit c8626ee

Please sign in to comment.