From ae36a76fcba3a29d35618a953907f9484ac26cf1 Mon Sep 17 00:00:00 2001 From: very-doge-wow Date: Sat, 19 Oct 2024 12:13:57 +0200 Subject: [PATCH] feat: add renovate config file --- renovate.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7355d93 --- /dev/null +++ b/renovate.json @@ -0,0 +1,17 @@ +{ + "packageRules": [ + { + "groupName": "All Updates", + "groupSlug": "all-updates", + "matchUpdateTypes": [ + "major", + "minor", + "patch", + "digest" + ] + } + ], + "commitMessageAction": "Update Dependencies", + "branchPrefix": "renovate/", + "dependencyDashboard": false +}