Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-r committed Aug 23, 2024
1 parent 88b9944 commit ef85e0a
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,35 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
],
"dependencyDashboard": true,
"labels": [
"dependencies"
],
"packageRules": [
{
"matchPaths": [
"*"
],
"lockFileMaintenance": {
"enabled": true
}
},
{
"matchManagers": [
"npm"
],
"addLabels": [
"java-typescript"
]
}
],
"vulnerabilityAlerts": {
"addLabels": [
"security"
],
"assignees": [
"@crapstone"
]
}
}

0 comments on commit ef85e0a

Please sign in to comment.