Skip to content

Commit b2fb961

Browse files
committed
exclude minor and major
1 parent eaba657 commit b2fb961

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
@@ -31,7 +31,7 @@ updates:
3131
- dependency-name: "parquet"
3232
update-types: ["version-update:semver-major"]
3333
- dependency-name: "object-store"
34-
update-types: ["version-update:semver-minor"]
34+
update-types: ["version-update:semver-minor", "version-update:semver-major"]
3535

3636
- package-ecosystem: "github-actions"
3737
directory: "/"

0 commit comments

Comments
 (0)