Skip to content

Commit fa56b5a

Browse files
authored
chore(repo): update dependabot — group by ecosystem, switch to weekly, re-add docker
1 parent 2e0e128 commit fa56b5a

1 file changed

Lines changed: 20 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,48 @@
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.
1316
version: 2
1417
updates:
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)

0 commit comments

Comments
 (0)