Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
p3k authored Mar 24, 2024
1 parent fd15c47 commit d7ab9ff
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"extends": [
"config:base",
"config:recommended",
"mergeConfidence:all-badges",
"npm:unpublishSafe",
":disableRateLimiting",
":pinVersions",
":semanticCommitsDisabled"
],

"osvVulnerabilityAlerts": true,

"vulnerabilityAlerts": {
"labels": ["urgent"],
"labels": ["security", "urgent"],
"automerge": true
},

"labels": ["dependencies"],
"labels": ["dependency"],

"packageRules": [
{
Expand All @@ -23,3 +26,4 @@
}
]
}

0 comments on commit d7ab9ff

Please sign in to comment.