Skip to content

Commit

Permalink
Set up grouped Dependabot updates for npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Nov 7, 2023
1 parent 813cef7 commit 28fa9aa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,49 @@ updates:
interval: monthly
open-pull-requests-limit: 99
target-branch: develop

- package-ecosystem: npm
directory: "/ui"
schedule:
interval: monthly
open-pull-requests-limit: 99
target-branch: develop
groups:
dev:
dependency-type: "development"
exclude-patterns:
# We want to maintain control over which type updates we merge to make
# sure they are in sync with the respective package
- "@types/*"
i18n:
patterns:
- "@format-js/*"
- "react-intl"
blueprint:
patterns:
- "@blueprintjs/*"

- package-ecosystem: docker
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 99
target-branch: develop

- package-ecosystem: docker
directory: "/ui"
schedule:
interval: monthly
open-pull-requests-limit: 99
target-branch: develop

- package-ecosystem: docker
directory: "/e2e"
schedule:
interval: monthly
open-pull-requests-limit: 99
target-branch: develop

- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 28fa9aa

Please sign in to comment.