Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
csikb committed Mar 13, 2024
1 parent 1f1712c commit 9072e49
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,11 @@
"workarounds:all"
],
"packageRules": [
{
"description": "Add `javascript` label for npm updates and run `npmDedupe` after run.",
"matchManagers": ["npm"],
"addLabels": ["javascript"],
"postUpdateOptions": ["npmDedupe"]
},
{
"description": "Add `docker` label for Dockerfile or docker-compose related updates.",
"matchManagers": ["docker-compose", "dockerfile"],
"addLabels": ["docker"]
},
{
"description": "Group all minor and patch updates together for npm.",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"description": "Group all minor and patch updates together for gradle.",
"matchManagers": ["gradle"],
Expand Down

0 comments on commit 9072e49

Please sign in to comment.