File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"timezone" : " Europe/Madrid" ,
3
3
"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
- },
17
4
{
18
5
"matchManagers" : [
19
6
" npm"
39
26
"separateMajorMinor" : false ,
40
27
"groupName" : " ci"
41
28
},
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
+ },
42
42
{
43
43
"matchUpdateTypes" : [
44
44
" lockFileMaintenance"
You can’t perform that action at this time.
0 commit comments