File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
2+
3+ # MODULE.bazel is not covered: Dependabot has no Bazel ecosystem.
24updates :
35 - package-ecosystem : " github-actions"
46 directory : " /"
57 schedule :
68 interval : " daily"
9+ open-pull-requests-limit : 5
10+ cooldown :
11+ default-days : 7
12+ groups :
13+ actions :
14+ patterns :
15+ - " *"
16+
17+ - package-ecosystem : " pip"
18+ directories :
19+ - " /.github/requirements"
20+ - " /docs"
21+ - " /etc"
22+ - " /flow/util"
23+ - " /tools/AutoTuner"
24+ schedule :
25+ interval : " daily"
26+ open-pull-requests-limit : 5
27+ cooldown :
28+ default-days : 7
29+ groups :
30+ python :
31+ patterns :
32+ - " *"
33+
34+ - package-ecosystem : " docker"
35+ directories :
36+ - " /"
37+ - " /docker"
38+ - " /tools/codespace"
39+ - " /tools/yosys_util"
40+ schedule :
41+ interval : " daily"
42+ open-pull-requests-limit : 5
43+ cooldown :
44+ default-days : 7
45+ groups :
46+ images :
47+ patterns :
48+ - " *"
You can’t perform that action at this time.
0 commit comments