From ebc4f3ca2099a1a1bcfa37780c608a090bc7345d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 11 Oct 2025 19:23:36 +0300 Subject: [PATCH] chore: remove .github/renovate.json this is automatically updating repository --- .github/renovate.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index fab9c312..00000000 --- a/.github/renovate.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>ivuorinen/renovate-config" - ], - "packageRules": [ - { - "matchPackageNames": ["*"], - "automerge": true - } - ] -}