Skip to content

Commit

Permalink
Clean version rules
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvisser committed Jun 13, 2023
1 parent a12d926 commit ec1bf61
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dependency-update-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" comparisonMethod="maven"
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
<ignoreVersions>
<!-- Ignore Alpha's, Beta's, release candidates and milestones -->
<!-- Ignore Alphas, Betas, release candidates and milestones -->
<ignoreVersion type="regex">(?i).*[-_\.](alpha|b|beta|preview|-B|ce|ccs|cp|cr|pr|u|rc|m|MR|EA)[-_\.]?[0-9]*</ignoreVersion>
<ignoreVersion type="regex">(?i).*(redhat|does-not-exist|android|jboss|fixed|dev|jre\d+).*</ignoreVersion>
<!-- from static-version-broker -->
<ignoreVersion type="regex">(?i).*(\d{8})(\.(\d+))?</ignoreVersion>
<!-- from user-profile-event-consumer -->
<ignoreVersion type="regex">(?i).*\d+\.\d+\.\d+.\d{8}</ignoreVersion>
</ignoreVersions>
</ruleset>

0 comments on commit ec1bf61

Please sign in to comment.