Skip to content

Commit

Permalink
Swap Renovate for Dependabot and use it for examples. (#6734)
Browse files Browse the repository at this point in the history
It looks like no one in the repo is using this Renovate configuration -
so I'd like to update it to help me keep examples up to date.

Intending to express: Once a week, open a pull request to upgrade all
direct dependencies in the examples directory for @anthonyshew to
handle.

CLOSES TURBO-1660
  • Loading branch information
anthonyshew committed Dec 7, 2023
1 parent 8c4bfb5 commit a5c9859
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 45 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/examples"
schedule:
interval: "weekly"
labels:
- "area: examples"
open-pull-requests-limit: 1
allow:
- dependency-type: "direct"
assignees:
- "anthonyshew"
groups:
example-dependencies:
patterns:
- "*"
45 changes: 0 additions & 45 deletions .github/renovate.json

This file was deleted.

0 comments on commit a5c9859

Please sign in to comment.