From 7c3f18d6e894e07b34a066eef660088b9f377603 Mon Sep 17 00:00:00 2001 From: Rowan Manning <138944+rowanmanning@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:57:48 +0100 Subject: [PATCH] Migrate from Renovate to Dependabot --- .github/dependabot.yml | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..82fcf54 --- /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"