Skip to content

Commit

Permalink
Add dependabot file
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Oct 30, 2023
1 parent ad34a4a commit ed42d42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "09:30"
timezone: "America/New_York"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"git-version": "npm version $(git describe --tags --always --first-parent)",
"build": "tsc",
"test": "vitest"
"test": "vitest run"
},
"type": "module",
"author": "Intrinsic Labs",
Expand Down

0 comments on commit ed42d42

Please sign in to comment.