Skip to content

Commit f77b448

Browse files
authored
ci: group dependabot updates (#201)
1 parent b5a2061 commit f77b448

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
- package-ecosystem: "pip"
@@ -12,9 +7,17 @@ updates:
127
day: "monday"
138
labels:
149
- "dependencies"
10+
- "ignore-for-release"
1511
commit-message:
1612
prefix: "chore"
1713
groups:
18-
dependencies:
14+
patch-updates:
1915
patterns:
20-
- "*"
16+
- "*"
17+
update-types:
18+
- "patch"
19+
minor-updates:
20+
patterns:
21+
- "*"
22+
update-types:
23+
- "minor"

0 commit comments

Comments
 (0)