Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Commit

Permalink
fix: workaround dependabot limitation by using two of them (#21)
Browse files Browse the repository at this point in the history
I'm not sure this works.

See the problem here:
dependabot/dependabot-core#1865

Maybe using Github's dependabot and the old one simultaneously does the trick. Let's see.
  • Loading branch information
Marcell Toth authored Oct 16, 2020
1 parent 4f3158f commit 6bb0327
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
allowed_updates:
- match:
dependency_name: "@stoplight/elements-web-components"
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ updates:
schedule:
interval: "monthly"
versioning-strategy: "increase-if-necessary"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "@stoplight/elements-web-components"

0 comments on commit 6bb0327

Please sign in to comment.