From ec73297613201a65cea4a137a6bd16e0d6abc4a0 Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Tue, 21 Jan 2025 10:46:04 -0500 Subject: [PATCH] Config for dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b67a9a3d7..c699748094 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,6 +48,9 @@ updates: ui-dependencies: patterns: - "*" + update-types: + - "patch" + - "minor" open-pull-requests-limit: 10 versioning-strategy: increase