Skip to content

Commit

Permalink
chore: Configure Renovate to group non-major dev deps (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa authored Oct 14, 2024
1 parent ee66f7c commit de90b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
{
"matchDepTypes": ["devDependencies"],
"extends": ["schedule:weekly"]
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "dev dependencies (non-major)",
"groupSlug": "dev-dependencies-non-major"
}
]
}

0 comments on commit de90b4d

Please sign in to comment.