Skip to content

Commit 4fdae1d

Browse files
committed
chore: add Python minor and patch update group to Dependabot configuration
1 parent f5cad0b commit 4fdae1d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ updates:
4040
schedule:
4141
interval: "weekly"
4242
target-branch: "develop"
43+
groups:
44+
python-minor-and-patch:
45+
update-types:
46+
- "minor"
47+
- "patch"

0 commit comments

Comments
 (0)