Skip to content

Commit 9a28dcb

Browse files
chore: fix dependabot file (#1834)
Co-authored-by: Felix Angelov <[email protected]>
1 parent db22753 commit 9a28dcb

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

.github/dependabot.yaml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,16 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88
groups:
99
gh-deps:
1010
patterns:
1111
- "*"
12-
# Dart Dependencies
13-
- package-ecosystem: "pub"
14-
directory: "/"
15-
schedule:
16-
interval: "weekly"
17-
groups:
18-
dart-deps:
19-
patterns:
20-
- "*"
2112
# NPM Dependencies
2213
- package-ecosystem: "npm"
2314
directory: "/extensions/vscode"
2415
schedule:
25-
interval: "weekly"
16+
interval: "monthly"
2617
ignore:
2718
# Updating @types/vscode requires unnecessarily bumping the VS Code engine version, see:
2819
# https://github.com/dart-frog-dev/dart_frog/issues/1033
@@ -34,8 +25,26 @@ updates:
3425
- package-ecosystem: "npm"
3526
directory: "/docs"
3627
schedule:
37-
interval: "weekly"
28+
interval: "monthly"
3829
groups:
3930
npm-deps:
4031
patterns:
4132
- "*"
33+
# Dart Dependencies
34+
- package-ecosystem: pub
35+
directories:
36+
- /packages/dart_frog
37+
- /packages/dart_frog_auth
38+
- /packages/dart_frog_cli/e2e
39+
- /packages/dart_frog_cli
40+
- /packages/dart_frog_gen
41+
- /packages/dart_frog_lint
42+
- /packages/dart_frog_test/example
43+
- /packages/dart_frog_test
44+
- /packages/dart_frog_web_socket
45+
schedule:
46+
interval: monthly
47+
groups:
48+
dart-deps:
49+
patterns:
50+
- "*"

0 commit comments

Comments
 (0)