Skip to content

Commit f9403e7

Browse files
committed
Consolidate npm package updates
1 parent 59679fd commit f9403e7

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,18 @@ updates:
66
interval: "weekly"
77

88
- package-ecosystem: "github-actions"
9-
directory: "/"
10-
schedule:
11-
interval: "weekly"
12-
13-
- package-ecosystem: "npm"
14-
directory: "azdo-task/DevcontainersCi"
15-
schedule:
16-
interval: "weekly"
17-
18-
- package-ecosystem: "npm"
19-
directory: "/common"
20-
schedule:
21-
interval: "weekly"
22-
23-
- package-ecosystem: "npm"
24-
directory: "/github-action"
25-
schedule:
26-
interval: "weekly"
27-
28-
- package-ecosystem: "npm"
29-
directory: "/.github/scripts"
9+
directories:
10+
- "/"
11+
- "azdo-task/DevcontainersCi"
12+
- "/common"
13+
- "/github-action"
14+
- "/.github/scripts"
15+
groups:
16+
all:
17+
patterns:
18+
- "*"
19+
ignore:
20+
- dependency-name: "eslint"
21+
update-types: ["version-update:semver-major"] # eslint 9 removed support for JSON config files
3022
schedule:
3123
interval: "weekly"

0 commit comments

Comments
 (0)