Skip to content

Commit 1b94b1d

Browse files
authored
ci(renovate): apply priority order correctly
Tauri npm updates were being assigned to the npm and npm-dev groups, instead of the tauri one.
1 parent 10ce21f commit 1b94b1d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/renovate.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
{
22
"timezone": "Europe/Madrid",
33
"packageRules": [
4-
{
5-
"matchPackageNames": ["vue-i18n", "@intlify/unplugin-vue-i18n"],
6-
"matchUpdateTypes": ["major"],
7-
"enabled": false
8-
},
9-
{
10-
"matchFileNames": [
11-
"packaging/tauri/**",
12-
"packages/tauri-runtime/**"
13-
],
14-
"separateMajorMinor": false,
15-
"groupName": "tauri"
16-
},
174
{
185
"matchManagers": [
196
"npm"
@@ -39,6 +26,19 @@
3926
"separateMajorMinor": false,
4027
"groupName": "ci"
4128
},
29+
{
30+
"matchPackageNames": ["vue-i18n", "@intlify/unplugin-vue-i18n"],
31+
"matchUpdateTypes": ["major"],
32+
"enabled": false
33+
},
34+
{
35+
"matchFileNames": [
36+
"packaging/tauri/**",
37+
"packages/tauri-runtime/**"
38+
],
39+
"separateMajorMinor": false,
40+
"groupName": "tauri"
41+
},
4242
{
4343
"matchUpdateTypes": [
4444
"lockFileMaintenance"

0 commit comments

Comments
 (0)