From 021ba2131bcb3a5f4069b990befa12e90f4c5239 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 2 Jul 2022 22:26:31 +0530 Subject: [PATCH] renovate: switch to my presets --- .github/renovate.json | 8 ++++++++ renovate.json | 12 ------------ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 .github/renovate.json delete mode 100644 renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..60f25fe --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + "github>msfjarvis/shared-workflows//renovate/rust", + "github>msfjarvis/shared-workflows//renovate/automerge" + ] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f948982..0000000 --- a/renovate.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": [ - "config:base" - ], - "packageRules": [ - { - "matchPackagePatterns": ["*"], - "automerge": true, - "automergeType": "branch" - } - ] -}