Skip to content

Commit

Permalink
Grupperer prs som dependabot lager (#3490)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardastark authored Dec 2, 2024
1 parent 6ac1a01 commit a768a9c
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,41 @@ registries:
token: ${{secrets.READER_TOKEN}}
updates:
- package-ecosystem: npm
directory: "/"
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 20
open-pull-requests-limit: 30
registries:
- npm-github
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
groups:
patch-and-minor:
patterns:
- '*'
update-types:
- 'patch'
- 'minor'
exclude-patterns:
- 'react*'
- '@types/react'
- '@navikt*'
storybook:
update-types:
- 'major'
patterns:
- 'storybook'
- '@storybook/*'
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
babel:
- 'react'
- 'react-dom'
- '@types/react'
designsystem:
patterns:
- "@babel*"
typescript-eslint:
- '@navikt/aksel-icons'
- '@navikt/ds-*'
ft-frontend:
patterns:
- "@typescript-eslint*"
- '@navikt/ft-*'
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit a768a9c

Please sign in to comment.