Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Mar 15, 2021
1 parent 0856790 commit f615706
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/test-1"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/test-2"
schedule:
interval: "daily"
31 changes: 31 additions & 0 deletions test-2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions test-2/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "test-1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^1.0.0"
}
}

0 comments on commit f615706

Please sign in to comment.