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
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
ignoreUnstable: false,
allowedVersions: '!/\\-SNAPSHOT$/',
},
{
// currently using gradle plugin org.playframework.play 3.1.0 milestone releases
// but don't want to pick up SNAPSHOT releases
matchPackageNames: [
'org.playframework.play:**',
],
allowedVersions: '!/\\-SNAPSHOT$/',
},
{
groupName: 'quarkus packages',
matchPackageNames: [
Expand Down
Loading