From 3257302ebb189663f9c33f0cfdac0c2953fbe6fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:01:41 +0000 Subject: [PATCH 1/2] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From ffbfdeba319714465b831cf4d2ddc837613b9f84 Mon Sep 17 00:00:00 2001 From: Andrei Kharitonov Date: Wed, 1 Apr 2026 14:39:58 +0200 Subject: [PATCH 2/2] Fix config --- renovate.json => .github/renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename renovate.json => .github/renovate.json (53%) diff --git a/renovate.json b/.github/renovate.json similarity index 53% rename from renovate.json rename to .github/renovate.json index 5db72dd..3fbd006 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["github>DevExpress/devextreme-renovate-config"] }