Skip to content

Commit 6bf7a30

Browse files
wip reenable major/minor updates
1 parent a45a2ca commit 6bf7a30

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/renovate.json5

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
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"],

0 commit comments

Comments
 (0)