Skip to content

Commit 168271c

Browse files
committed
fix(dependabot): do not update major versions
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 122714c commit 168271c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ updates:
99
directory: /
1010
schedule:
1111
interval: monthly
12+
ignore:
13+
- dependency-name: "*"
14+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)