We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238d52a commit d1fbf6eCopy full SHA for d1fbf6e
1 file changed
.github/dependabot.yml
@@ -3,12 +3,17 @@ updates:
3
- package-ecosystem: "npm"
4
directory: "/"
5
schedule:
6
- interval: "daily"
+ interval: "weekly"
7
groups:
8
npm-dependencies:
9
patterns:
10
- "*"
11
12
+ - package-ecosystem: "actions"
13
+ directory: "/"
14
+ schedule:
15
16
+
17
- package-ecosystem: "devcontainers"
18
19
0 commit comments