Skip to content

Commit

Permalink
Merge pull request #60 from Financial-Times/migrate-from-renovate-to-…
Browse files Browse the repository at this point in the history
…dependabot

Migrate from Renovate to Dependabot
  • Loading branch information
rowanmanning authored Oct 16, 2024
2 parents 24fe615 + 7c3f18d commit 5d2d772
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5d2d772

Please sign in to comment.