Skip to content

Commit 9f3e875

Browse files
committed
chore(dependabot): disable automatic dependency updates
- Configure ignore rules for all semver update types - Prevents automatic PRs for dependency updates
1 parent f96a3c8 commit 9f3e875

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
- dependency-name: "*"
9+
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
10+

0 commit comments

Comments
 (0)