Skip to content

Commit 6632c46

Browse files
authored
chore: add dependabot version updates
1 parent 698e426 commit 6632c46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
ignore:
13+
# For all packages, ignore all patch updates
14+
- dependency-name: "*"
15+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)