Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 22, 2023
1 parent bacf063 commit a1f35fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
# Files stored in `app` directory
directory: "/"
schedule:
interval: "daily"
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
},
"eslintIgnore": [
"node_modules"
]
],
"volta": {
"node": "18.17.1"
}
}

0 comments on commit a1f35fc

Please sign in to comment.