Skip to content

Commit

Permalink
Better npm config for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 13, 2024
1 parent 9a3ff2b commit f60d60f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f60d60f

Please sign in to comment.