From e02a3169a4fc4280f10b4351daa14872c9ffb1e1 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 11 Jun 2025 06:43:37 +0100 Subject: [PATCH] Add common renovate config --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1ded03d..c6db2c0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,6 @@ { "extends": [ - "config:base" + "config:base", + "github>nikdoof/renovate-config:python" ] } \ No newline at end of file