Configure Renovate (#819)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 5 Sep 2022 14:13:11 +0000 (19:43 +0530)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2022 14:13:11 +0000 (19:43 +0530)
* Add renovate.json

* Add renovate config

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
.github/renovate.json [new file with mode: 0644]

diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644 (file)
index 0000000..d74593f
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "config:base"
+  ],
+  "labels": [ "Dependencies" ],
+  "packageRules": [
+    {
+    "matchUpdateTypes": [ "lockFileMaintenance" ]
+    }
+  ],
+  "lockFileMaintenance": { "enabled": true },
+  "dependencyDashboard": true,
+  "dependencyDashboardApproval": true
+}
\ No newline at end of file