We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16feaea + 5c2f2f9 commit e0bcdf6Copy full SHA for e0bcdf6
1 file changed
.github/dependabot.yml
@@ -14,4 +14,24 @@ updates:
14
npm-minor-patch:
15
update-types:
16
- "patch"
17
-
+
18
+ - package-ecosystem: "github-actions"
19
+ directory: "/"
20
+ schedule:
21
+ interval: "daily"
22
+ target-branch: "staging"
23
+ groups:
24
+ github-actions-minor-patch:
25
+ update-types:
26
+ - "patch"
27
28
+ - package-ecosystem: "pip"
29
30
31
32
33
34
+ pip-minor-patch:
35
36
37
0 commit comments