From 2e7586c39fe6685eeaf98ee0f67f54b2aa585294 Mon Sep 17 00:00:00 2001 From: Charis Kyriakou Date: Tue, 16 Apr 2024 14:29:17 +0100 Subject: [PATCH] Exclude major version updates for the octokit group in dependabot (#3563) * Exclude major version updates for the octokit group in dependabot * Commit unstaged changes :facepalm: --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3c22e6757..632b48219 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,9 @@ updates: octokit: patterns: - "@octokit/*" + update-types: + - "minor" + - "patch" storybook: patterns: - "@storybook/*"