From f60d60f1e24240529dcf9e757d837b53aab1e7a8 Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Wed, 13 Nov 2024 08:51:07 -0500 Subject: [PATCH] Better npm config for dependabot --- .github/dependabot.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 155f968b73..d8e05073c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -63,18 +63,24 @@ updates: - "eslint" - "@patternfly/*" - "@microsoft/*" - eslint: + ui-app-eslint: patterns: - "eslint" update-types: - "patch" - "minor" - patternfly: + ui-app-patternfly: patterns: - "@patternfly/*" update-types: - "patch" - "minor" + ui-app-kiota: + patterns: + - "@microsoft/*" + update-types: + - "patch" + - "minor" open-pull-requests-limit: 10 versioning-strategy: increase @@ -127,12 +133,18 @@ updates: exclude-patterns: - "eslint" - "@microsoft/*" - eslint: + typescript-sdk-eslint: patterns: - "eslint" update-types: - "patch" - "minor" + typescript-sdk-kiota: + patterns: + - "@microsoft/*" + update-types: + - "patch" + - "minor" open-pull-requests-limit: 10 versioning-strategy: increase