Skip to content

Commit d71a2b1

Browse files
committed
Update dependabot configuration to set versioning strategy for 'flet' group
1 parent ae4a0c8 commit d71a2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ updates:
77
interval: "cron"
88
cronjob: "15 * * * *" # every 15 minutes
99
open-pull-requests-limit: 1
10+
versioning-strategy: "increase"
1011
allow:
1112
- dependency-name: "flet*"
1213

1314
groups:
1415
flet:
1516
applies-to: version-updates
16-
versioning-strategy: "increase"
1717
patterns:
1818
- "flet*"

0 commit comments

Comments
 (0)