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 12, 2024
1 parent 43ee7e4 commit 23cce4c
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 @@ -9,13 +9,13 @@
],
"packageRules": [
{
"matchPackagePatterns": ["npm"],
"matchManagers": ["npm"],
"labels": ["javascript"],
"matchPackagePatterns": ["github-actions"],
"matchManagers": ["github-actions"],
"labels": ["github_actions"],
"matchPackagePatterns": ["dockerfile"],
"labels": ["dockerfile"],
"matchPackagePatterns": ["nvm"],
"matchManagers": ["nvm"],
"labels": ["nvm"]
}
]
Expand Down

0 comments on commit 23cce4c

Please sign in to comment.