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 Jul 12, 2024
1 parent 00fb395 commit 82f2966
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 6 deletions.
51 changes: 51 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
version: 2
updates:

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/London"
groups:
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"
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
.github
.prettierrc.json
.toolkitrc.yml
renovate.json
test
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 82f2966

Please sign in to comment.