Skip to content

Commit 60905d8

Browse files
Configure dependabot to only open PRs for major version bumps (#3227)
Security updates will always open PRs
1 parent f00ad30 commit 60905d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
update-types:
9+
- sem-ver:patch
10+
- sem-ver:minor
711
- package-ecosystem: "github-actions"
812
directory: "/"
913
schedule:

0 commit comments

Comments
 (0)