File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1212 ] ,
1313 "versioning" : "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\..*$"
1414 } ,
15- {
16- // Disable major and minor updates of MPS libraries and MPS (e.g. 2024.1 -> 2024.3)
17- "matchPackageNames" : [
18- "com.jetbrains:mps" ,
19- "org.mpsqa:all-in-one" ,
20- "com.mbeddr:platform"
21- ] ,
22- "matchUpdateTypes" : [ "major" , "minor" ] ,
23- "enabled" : false
24- } ,
2515
16+ // {
17+ // // Disable major and minor updates of MPS libraries and MPS (e.g. 2024.1 -> 2024.3)
18+ // "matchPackageNames": [
19+ // "com.jetbrains:mps",
20+ // "org.mpsqa:all-in-one",
21+ // "com.mbeddr:platform"
22+ // ],
23+ // "matchUpdateTypes": ["major", "minor"],
24+ // "enabled": false
25+ // },
26+ //
2627 // Disallow mps-gradle-plugin v2
2728 {
2829 "matchPackageNames" : [ "de.itemis.mps:mps-gradle-plugin" ] ,
You can’t perform that action at this time.
0 commit comments