Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix(deps): fix package rules for Renovate (addLabels)
Browse files Browse the repository at this point in the history
Fixes #269
  • Loading branch information
joschi committed Feb 6, 2024
1 parent cf64624 commit 163799c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"packageRules": [
{
"matchManagers": ["docker-compose", "dockerfile"],
"appendLabels": ["docker"]
"addLabels": ["docker"]
},
{
"matchManagers": ["gradle", "gradle-wrapper"],
"appendLabels": ["java"]
"addLabels": ["java"]
},
{
"matchManagers": ["github-actions"],
"appendLabels": ["github_actions"]
"addLabels": ["github_actions"]
}
]
}

0 comments on commit 163799c

Please sign in to comment.