File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13+ # Please see the documentation for all configuration options:
14+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
15+ # As problems are rare, we group each ecosystem into "all-in-one" PRs.
1316version : 2
1417updates :
1518 - package-ecosystem : github-actions
1619 directory : /
1720 schedule :
18- interval : daily
21+ interval : weekly
1922 groups :
20- all-in-one :
23+ github-actions :
2124 patterns :
2225 - " *"
23- update-types :
24- - " minor"
25- - " patch"
26+ commit-message :
27+ prefix : chore(github-actions)
2628 - package-ecosystem : pip
2729 directory : /
2830 schedule :
29- interval : daily
31+ interval : weekly
3032 groups :
31- all-in-one :
33+ python :
3234 patterns :
3335 - " *"
34- update-types :
35- - " minor"
36- - " patch"
36+ commit-message :
37+ prefix : chore(pip)
3738 - package-ecosystem : docker
3839 directory : /.devcontainer
3940 schedule :
40- interval : daily
41+ interval : weekly
4142 groups :
42- all-in-one :
43+ docker :
4344 patterns :
4445 - " *"
45- update-types :
46- - " minor"
47- - " patch"
48- - package-ecosystem : bazel
46+ commit-message :
47+ prefix : chore(docker)
48+ - package-ecosystem : pre-commit
4949 directory : /
5050 schedule :
51- interval : daily
51+ interval : weekly
5252 groups :
53- all-in-one :
53+ pre-commit :
5454 patterns :
5555 - " *"
56- update-types :
57- - " minor"
58- - " patch"
56+ commit-message :
57+ prefix : chore(pre-commit)
You can’t perform that action at this time.
0 commit comments