Add vulnerability alerts

This commit is contained in:
Tobi Schäfer 2024-02-10 22:51:46 +01:00 committed by GitHub
parent 958a3c1cfc
commit 5e1435433a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"npm:unpublishSafe",
":disableRateLimiting",
":pinVersions",
":semanticCommitsDisabled"
],
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"labels": ["urgent"],
"automerge": true
},
"labels": ["dependencies"],
"packageRules": [
{
"matchFiles": ["build.gradle"],