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 f2fe590 + 6be69c1 commit cb1d1b9Copy full SHA for cb1d1b9
1 file changed
.github/dependabot.yml
@@ -3,7 +3,7 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "weekly"
+ interval: "daily"
7
groups:
8
actions:
9
patterns:
@@ -12,17 +12,17 @@ updates:
12
- package-ecosystem: "cargo"
13
14
15
16
ignore:
17
- dependency-name: "*"
18
update-types: ["version-update:semver-patch"]
19
20
- package-ecosystem: "npm"
21
22
23
24
25
- package-ecosystem: "pip"
26
27
28
0 commit comments