Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR authored Jan 15, 2024
1 parent 736cccd commit c960127
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,27 @@
"packageRules": [
{
"matchManagers": ["npm"],
"addLabels": ["javascript"],
"addLabels": ["javascript"]
},
{
"matchLanguages":["js"],
"addLabels": ["javascript"]
},
{
"matchManagers": ["github-actions"],
"addLabels": ["github_actions"],
"addLabels": ["github_actions"]
},
{
"matchManagers": ["dockerfile"],
"addLabels": ["dockerfile"]
},
{
"matchPackagePatterns": ["dockerfile"],
"addLabels": ["dockerfile"],
"addLabels": ["dockerfile"]
},
{
"matchManagers": ["nvm"],
"addLabels": ["nvm"]
}
}
]
}

0 comments on commit c960127

Please sign in to comment.