We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a853fc + 53a4c2f commit 6fa19d1Copy full SHA for 6fa19d1
.github/dependabot.yml
@@ -8,4 +8,18 @@ updates:
8
- package-ecosystem: "npm" # See documentation for possible values
9
directory: "/" # Location of package manifests
10
schedule:
11
- interval: "weekly"
+ 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
21
22
+ security:
23
24
+ normal:
25
0 commit comments