From b11a852642e7808fefa41c95e9f08c57e1f7b505 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 11 Jun 2025 06:49:34 +0100 Subject: [PATCH] Add common Renovate config --- .github/renovate.json | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9f68bd4..132cb06 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,24 +1,7 @@ { "extends": [ - "config:recommended" - ], - "packageRules": [ - { - "description": "Auto merge GitHub Actions", - "matchManagers": [ - "github-actions" - ], - "matchDatasources": [ - "github-tags" - ], - "automerge": true, - "ignoreTests": true, - "automergeType": "branch", - "matchUpdateTypes": [ - "minor", - "patch", - "digest" - ] - } + "config:recommended", + "github>nikdoof/renovate-config:python", + "github>nikdoof/renovate-config:github" ] -} +} \ No newline at end of file