Skip to content

Commit 60912ab

Browse files
author
Htun Khaing Lynn
committed
chore: version strategy for dependabot
1 parent 192674b commit 60912ab

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 2
22
updates:
3-
# Python dependencies
43
- package-ecosystem: "pip"
54
directory: "/"
65
schedule:
@@ -15,8 +14,9 @@ updates:
1514
- "htunkhainglynn"
1615
assignees:
1716
- "htunkhainglynn"
17+
versioning-strategy: "increase-with-minor-patch"
18+
auto-merge: true
1819

19-
# GitHub Actions
2020
- package-ecosystem: "github-actions"
2121
directory: "/"
2222
schedule:
@@ -27,3 +27,5 @@ updates:
2727
commit-message:
2828
prefix: "ci"
2929
include: "scope"
30+
versioning-strategy: "increase-with-minor-patch"
31+
auto-merge: true

0 commit comments

Comments
 (0)