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 23cce4c commit 736cccd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"packageRules": [
{
"matchManagers": ["npm"],
"labels": ["javascript"],
"addLabels": ["javascript"],
"matchManagers": ["github-actions"],
"labels": ["github_actions"],
"addLabels": ["github_actions"],
"matchPackagePatterns": ["dockerfile"],
"labels": ["dockerfile"],
"addLabels": ["dockerfile"],
"matchManagers": ["nvm"],
"labels": ["nvm"]
"addLabels": ["nvm"]
}
]
}

0 comments on commit 736cccd

Please sign in to comment.