Skip to content

Commit

Permalink
Migrate from Renovate to Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Oct 15, 2024
1 parent a2f9e77 commit d30e937
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 d30e937

Please sign in to comment.