Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes authored Jun 7, 2021
1 parent b9252cc commit d4f7940
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"groupSlug": "all",
"packagePatterns": ["*"],
"allowedVersions": "!/^(?i).*[-_\\.](Alpha|Beta|RC|M|EA|Snap|snapshot|jboss|atlassian)[-_\\.]?[0-9]?.*$/",
"groupName": "all dependencies"
}
]
}

0 comments on commit d4f7940

Please sign in to comment.