From e04b250a73ff7c465f65055f04caf38d7410969a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Fri, 12 Aug 2022 13:54:57 +0200 Subject: [PATCH] Add renovate config (#2034) --- renovate.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..6c498a64b --- /dev/null +++ b/renovate.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + "schedule:monthly", + ":maintainLockFilesMonthly", + ":preserveSemverRanges", + ":rebaseStalePrs", + ":disableDependencyDashboard" + ], + "enabledManagers": [ + "nuget" + ], + "packageRules": [ + { + "matchManagers": ["nuget"], + "groupName": "Nuget updates", + "groupSlug": "nuget", + "separateMajorMinor": false + } + ] + } \ No newline at end of file