Skip to content

Commit 38b6658

Browse files
committed
add npm daily check
1 parent 70a9056 commit 38b6658

File tree

3 files changed

+8
-236
lines changed

3 files changed

+8
-236
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ updates:
1616
reviewers:
1717
- "lpm0073"
1818
- package-ecosystem: "pip"
19-
directory: "/api/terraform/python/"
19+
directory: "/"
20+
schedule:
21+
interval: "daily"
22+
versioning-strategy: "auto"
23+
reviewers:
24+
- "lpm0073"
25+
- package-ecosystem: "npm"
26+
directory: "/client"
2027
schedule:
2128
interval: "daily"
2229
versioning-strategy: "auto"

package-lock.json

Lines changed: 0 additions & 230 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)