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 9, 2024
1 parent ef1072e commit 43ee7e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,21 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": [
"Renovate",
"dependencies"
],
"packageRules": [
{
"matchPackagePatterns": ["npm"],
"labels": ["javascript"],
"matchPackagePatterns": ["github-actions"],
"labels": ["github_actions"],
"matchPackagePatterns": ["dockerfile"],
"labels": ["dockerfile"],
"matchPackagePatterns": ["nvm"],
"labels": ["nvm"]
}
]
}

0 comments on commit 43ee7e4

Please sign in to comment.