Skip to content

Commit

Permalink
ci: group Tauri dependencies together
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Sep 5, 2024
1 parent 5f9e355 commit 7e5cf9b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@
"groupSlug": "ci-deps"
},
{
"matchManagers": [
"cargo"
],
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"groupName": "cargo dependencies",
"groupSlug": "cargo"
"description": "Group all Tauri dependencies",
"matchFileNames": ["packaging/tauri/**"],
"separateMajorMinor": false,
"groupName": "Tauri dependencies",
"groupSlug": "tauri"
},
{
"matchUpdateTypes": [
Expand Down

0 comments on commit 7e5cf9b

Please sign in to comment.