Skip to content

Commit c43ad3c

Browse files
authored
Update dependabot.yml
1 parent af3ab76 commit c43ad3c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@ updates:
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
12-
interval: "monthly"
12+
interval: "daily"
13+
groups:
14+
all:
15+
patterns:
16+
- "*"
1317

1418
# Maintain dependencies for npm
1519
- package-ecosystem: "npm"
1620
directory: "/"
1721
schedule:
18-
interval: "monthly"
22+
interval: "daily"
23+
groups:
24+
all:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)