Skip to content

Commit

Permalink
Merge pull request #1426 from hackforla/1392-create-dependabot-settin…
Browse files Browse the repository at this point in the history
…gs-file

1055 create dependabot.yml
  • Loading branch information
sydneywalcoff authored Jun 17, 2024
2 parents 12fa2df + 5aa2bbe commit 2e9f375
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm" # npm as the package ecosystem
directory: "/products/statement-generator/" # directory where package.json is located
schedule:
interval: "daily" # daily update checks
labels:
- "ready for dev lead" # label to be added to PRs
target-branch: "dependencies" # target branch for updates

0 comments on commit 2e9f375

Please sign in to comment.