Skip to content

Commit

Permalink
tech: enable security updates through renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Oct 29, 2024
1 parent dfd662a commit 00157bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": ["config:base", ":preserveSemverRanges"],
"extends": ["config:recommended", ":preserveSemverRanges"],
"vulnerabilityAlerts": {
"labels": ["security", "dependencies"],
"automerge": true
},
"packageRules": [
{
"description": "Automerge non-major updates",
Expand Down

0 comments on commit 00157bc

Please sign in to comment.