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

chore: dependabot now updates everything and templates as well #19

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: dependabot now updates everything and templates as well
  • Loading branch information
radekBednarik committed Oct 12, 2024
commit 156c5717e982dc76807777bb844c679519bf4457
14 changes: 5 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"