Skip to content

Commit

Permalink
Use recommended renovate settings (#822)
Browse files Browse the repository at this point in the history
This will add the dependency dashboard at least.

Right now dependency grouping doesn't work well, because we need to keep sphinx back to 7.1.x but we want to update other dependencies. Let's see if there is a more flexible way of achieving this goal.
  • Loading branch information
lupino3 authored Oct 18, 2023
1 parent f7753dc commit 2a4be28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": [
"config:base",
"schedule:weekly",
"group:allNonMajor"
"config:recommended",
],
"stabilityDays": 7
}

0 comments on commit 2a4be28

Please sign in to comment.