Skip to content

Commit c2b378a

Browse files
build: only verify major dart dependencies changes
1 parent 5deebed commit c2b378a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ updates:
77
interval: "daily"
88
- package-ecosystem: "pub"
99
directory: "/"
10+
ignore:
11+
- dependency-name: "*"
12+
- update-types:
13+
- version-update:semver-minor
14+
- version-update:semver-patch
1015
schedule:
1116
interval: "daily"

0 commit comments

Comments
 (0)