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.
1 parent b6ea09b commit 1111928Copy full SHA for 1111928
.github/dependabot.yml
@@ -11,6 +11,10 @@ updates:
11
day: "wednesday"
12
time: "21:00"
13
timezone: "America/Los_Angeles"
14
+ groups:
15
+ actions-deps:
16
+ patterns:
17
+ - "*"
18
19
- package-ecosystem: "pip"
20
directory: "/"
@@ -19,15 +23,3 @@ updates:
23
24
21
25
22
-
- - package-ecosystem: github-actions
- directory: /
- schedule:
26
- interval: "weekly"
27
- day: "wednesday"
28
- time: "21:00"
29
- timezone: "America/Los_Angeles"
30
- groups:
31
- actions-deps:
32
- patterns:
33
- - "*"
0 commit comments