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" diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 1ba73c0..0000000 --- a/renovate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": ["github>financial-times/renovate-config-next"] -}