Skip to content

Commit

Permalink
chore: update removate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierniki committed Jan 15, 2024
1 parent 8555b0f commit 0e2e74f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
],
"packageRules": [
{
"enabled": false,
"matchPackagePatterns": [
"*"
]
}
],
"vulnerabilityAlerts": {
"enabled": true
},
"osvVulnerabilityAlerts": true
}

0 comments on commit 0e2e74f

Please sign in to comment.