File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,7 @@ updates:
13
13
# Enable version updates for npm
14
14
- package-ecosystem : " npm"
15
15
# Look for `package.json` and `lock` files in the action's `root` directory
16
- directory : " /setup"
17
- # Check the npm registry for updates every day (weekdays)
18
- schedule :
19
- interval : " monthly"
20
-
21
- # Enable version updates for npm
22
- - package-ecosystem : " npm"
23
- # Look for `package.json` and `lock` files in the action's `root` directory
24
- directory : " /hlint-setup"
25
- # Check the npm registry for updates every day (weekdays)
26
- schedule :
27
- interval : " monthly"
28
-
29
- # Enable version updates for npm
30
- - package-ecosystem : " npm"
31
- # Look for `package.json` and `lock` files in the action's `root` directory
32
- directory : " /hlint-run"
16
+ directory : " /"
33
17
# Check the npm registry for updates every day (weekdays)
34
18
schedule :
35
19
interval : " monthly"
You can’t perform that action at this time.
0 commit comments