We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c2ab88 + a45928b commit c4bb463Copy full SHA for c4bb463
1 file changed
.github/dependabot.yml
@@ -10,17 +10,30 @@ updates:
10
- package-ecosystem: github-actions
11
directory: /
12
schedule:
13
- interval: daily
+ interval: weekly # Reduced frequency
14
target-branch: "develop"
15
+ groups:
16
+ actions-updates:
17
+ patterns:
18
+ - "actions/*"
19
20
- package-ecosystem: pip
21
22
23
24
25
26
+ python-updates:
27
28
+ - "*"
29
30
- package-ecosystem: gitsubmodule
31
32
33
34
35
36
+ submodule-updates:
37
38
39
+
0 commit comments