Skip to content

Commit 6fa19d1

Browse files
authored
Merge branch 'next' into dependabot/npm_and_yarn/babel/parser-7.25.6
2 parents 7a853fc + 53a4c2f commit 6fa19d1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,18 @@ updates:
88
- package-ecosystem: "npm" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: daily
12+
groups:
13+
version-updates:
14+
applies-to: version-updates
15+
security-updates:
16+
applies-to: security-updates
17+
- package-ecosystem: github-actions
18+
directory: /
19+
schedule:
20+
interval: daily
21+
groups:
22+
security:
23+
applies-to: security-updates
24+
normal:
25+
applies-to: version-updates

0 commit comments

Comments
 (0)