Skip to content

Commit

Permalink
ci(renovate): apply priority order correctly
Browse files Browse the repository at this point in the history
Tauri npm updates were being assigned to the npm
and npm-dev groups, instead of the tauri one.
  • Loading branch information
ferferga authored Jan 27, 2025
1 parent 10ce21f commit 1b94b1d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
{
"timezone": "Europe/Madrid",
"packageRules": [
{
"matchPackageNames": ["vue-i18n", "@intlify/unplugin-vue-i18n"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchFileNames": [
"packaging/tauri/**",
"packages/tauri-runtime/**"
],
"separateMajorMinor": false,
"groupName": "tauri"
},
{
"matchManagers": [
"npm"
Expand All @@ -39,6 +26,19 @@
"separateMajorMinor": false,
"groupName": "ci"
},
{
"matchPackageNames": ["vue-i18n", "@intlify/unplugin-vue-i18n"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchFileNames": [
"packaging/tauri/**",
"packages/tauri-runtime/**"
],
"separateMajorMinor": false,
"groupName": "tauri"
},
{
"matchUpdateTypes": [
"lockFileMaintenance"
Expand Down

0 comments on commit 1b94b1d

Please sign in to comment.