From d30e93731528dc4a1860500083d1147e3bfe4cd0 Mon Sep 17 00:00:00 2001 From: Rowan Manning <138944+rowanmanning@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:40:57 +0100 Subject: [PATCH] Migrate from Renovate to Dependabot --- .github/dependabot.yml | 58 ++++++++++++++++++++++++++++++++++++++++++ renovate.json | 5 ---- 2 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 renovate.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..82fcf54f7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,58 @@ +version: 2 +updates: + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "fix:" + prefix-development: "chore:" + groups: + aws-sdk: + patterns: + - "@aws-sdk/*" + update-types: + - "minor" + - "patch" + development-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + origami: + patterns: + - "@financial-times/o-*" + update-types: + - "minor" + - "patch" + page-kit: + patterns: + - "@financial-times/dotcom-*" + update-types: + - "minor" + - "patch" + privacy: + patterns: + - "@financial-times/privacy-*" + update-types: + - "minor" + - "patch" + reliability-kit: + patterns: + - "@dotcom-reliability-kit/*" + update-types: + - "minor" + - "patch" + tool-kit: + patterns: + - "@dotcom-tool-kit/*" + update-types: + - "minor" + - "patch" + x-dash: + patterns: + - "@financial-times/x-*" + update-types: + - "minor" + - "patch" diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 2bde8702b..000000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "github>financial-times/renovate-config-next-beta" - ] -}