Skip to content

Commit 2761eca

Browse files
committed
Migrate dependabot.yml from haskell/actions
1 parent bca66c9 commit 2761eca

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,7 @@ updates:
1313
# Enable version updates for npm
1414
- package-ecosystem: "npm"
1515
# 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: "/"
3317
# Check the npm registry for updates every day (weekdays)
3418
schedule:
3519
interval: "monthly"

0 commit comments

Comments
 (0)