We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5d8ba commit b93c036Copy full SHA for b93c036
.github/dependabot.yml
@@ -8,10 +8,10 @@ updates:
8
- package-ecosystem: "github-actions" # See documentation for possible values
9
directory: "/" # Location of package manifests
10
schedule:
11
- interval: "weekly"
+ interval: "daily"
12
13
# Keep npm dependencies (package-lock.json) up to date
14
- package-ecosystem: "npm"
15
directory: "/" # where package.json and package-lock.json live
16
17
0 commit comments