Add initial renovate configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 29 Sep 2022 12:11:26 +0000 (14:11 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 29 Sep 2022 12:11:26 +0000 (14:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
renovate.json [new file with mode: 0644]

diff --git a/renovate.json b/renovate.json
new file mode 100644 (file)
index 0000000..25d8e3e
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "config:base",
+    ":timezone(Europe/Berlin)",
+    ":label(updates)",
+    ":enableVulnerabilityAlerts",
+    ":separateMajorReleases"
+  ],
+  "major": {
+    "dependencyDashboardApproval": true
+  }
+}