From 5d778ca6111eee2caa8137935db609f3bebac80a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 19 Oct 2023 08:58:29 +1100 Subject: [PATCH] Removed Renovate --- .github/renovate.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 812c3455..00000000 --- a/.github/renovate.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], - "packageRules": [ - { - "groupName": "github-actions", - "matchManagers": ["github-actions"], - "separateMajorMinor": "false" - } - ], - "schedule": ["on the 4th day of the month"] -}