Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"allowedVersions": "/^.*-jre$/"
},

{
// Allow 'unstable' versions for itemis Gradle plugins. Gradle versioning treats commit hashes with 'a' or 'b' as
// pre-releases but they are stable versions.
"matchPackageNames": ["de.itemis.mps*"],
"ignoreUnstable": false,
},

{
// MPS: separate minor and patch updates in order to disable minor but leave patch updates enabled
"matchPackageNames": ["com.jetbrains:mps"],
Expand Down