Skip to content

Commit

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

chore: migrate from Renovate to Dependabot
  • Loading branch information
rowanmanning authored Oct 17, 2024
2 parents 8579bbe + 1935195 commit b097200
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 5 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"
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit b097200

Please sign in to comment.