Skip to content

Commit 2e7586c

Browse files
authored
Exclude major version updates for the octokit group in dependabot (#3563)
* Exclude major version updates for the octokit group in dependabot * Commit unstaged changes 🤦
1 parent f854ab5 commit 2e7586c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ updates:
1717
octokit:
1818
patterns:
1919
- "@octokit/*"
20+
update-types:
21+
- "minor"
22+
- "patch"
2023
storybook:
2124
patterns:
2225
- "@storybook/*"

0 commit comments

Comments
 (0)