Skip to content

Commit

Permalink
fix: thou shall keep 'em apart
Browse files Browse the repository at this point in the history
Dependabot insists on having an item per package-ecosystem.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
  • Loading branch information
Ryuno-Ki committed Sep 30, 2024
1 parent 461d58b commit 01fa506
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@

version: 2
updates:
- package-ecosystem:
- "composer"
- "npm"
- package-ecosystem: "composer"
directory: "/" # Location of package manifests
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit 01fa506

Please sign in to comment.