We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8d52a commit 0631772Copy full SHA for 0631772
.github/renovate.json5
@@ -20,6 +20,13 @@
20
"allowedVersions": "/^.*-jre$/"
21
},
22
23
+ {
24
+ // Allow 'unstable' versions for itemis Gradle plugins. Gradle versioning treats commit hashes with 'a' or 'b' as
25
+ // pre-releases but they are stable versions.
26
+ "matchPackageNames": ["de.itemis.mps*"],
27
+ "ignoreUnstable": false,
28
+ },
29
+
30
{
31
// MPS: separate minor and patch updates in order to disable minor but leave patch updates enabled
32
"matchPackageNames": ["com.jetbrains:mps"],
0 commit comments