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

Commit

Permalink
chore: dependabot now updates everything and templates as well
Browse files Browse the repository at this point in the history
  • Loading branch information
radekBednarik committed Oct 12, 2024
1 parent 1e540f2 commit 156c571
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "npm"
directories:
- "/"
- "/templates/js"
- "/templates/ts"
schedule:
interval: "weekly"
versioning-strategy: increase-if-necessary
allow:
- dependency-name: "chalk"
- dependency-name: "fs-extra"
- dependency-name: "prompts"
- dependency-name: "yargs"

0 comments on commit 156c571

Please sign in to comment.