aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Kriese <[email protected]>2022-06-10 13:54:15 +0200
committerGitHub <[email protected]>2022-06-10 11:54:15 +0000
commit208b84f4a889669cc0193e22b127fad6f7c9ed58 (patch)
tree73f25188f43e27520ef926c62903ba309e7b4bcb
parent996e4a6e579746d816220681f1ecbe5ec12f4376 (diff)
downloadrenovate-32.82.1.tar.gz
renovate-32.82.1.zip
fix(config): no stabillity days for vulnerability alerts (#15993)32.82.1
-rw-r--r--lib/config/options/index.ts1
-rw-r--r--lib/workers/repository/init/__snapshots__/vulnerability.spec.ts.snap2
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index 949f2d7982b..bc84a2a66be 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -1530,6 +1530,7 @@ const options: RenovateOptions[] = [
groupName: null,
schedule: [],
dependencyDashboardApproval: false,
+ stabilityDays: 0,
rangeStrategy: 'update-lockfile',
commitMessageSuffix: '[SECURITY]',
branchTopic: `{{{datasource}}}-{{{depName}}}-vulnerability`,
diff --git a/lib/workers/repository/init/__snapshots__/vulnerability.spec.ts.snap b/lib/workers/repository/init/__snapshots__/vulnerability.spec.ts.snap
index e4f34d30fdc..dbc6e961caf 100644
--- a/lib/workers/repository/init/__snapshots__/vulnerability.spec.ts.snap
+++ b/lib/workers/repository/init/__snapshots__/vulnerability.spec.ts.snap
@@ -24,6 +24,7 @@ Array [
"prCreation": "immediate",
"rangeStrategy": "update-lockfile",
"schedule": Array [],
+ "stabilityDays": 0,
},
"isVulnerabilityAlert": true,
"matchCurrentVersion": "== 1.6.7",
@@ -68,6 +69,7 @@ Ansible before versions 2.1.4, 2.2.1 is vulnerable to an improper input validati
"prCreation": "immediate",
"rangeStrategy": "update-lockfile",
"schedule": Array [],
+ "stabilityDays": 0,
},
"isVulnerabilityAlert": true,
"matchCurrentVersion": "= 2.4.2",