Skip to content

Commit 754eccd

Browse files
ci: improve verify only major dependencies
1 parent e559abc commit 754eccd

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)