Skip to content

Commit

Permalink
Reduser oppdeling av dependabot PRs litt. (#6420)
Browse files Browse the repository at this point in the history
Lar patch og minor oppdateringer gå i samme gruppe.

Legger og opp til ei gruppering for storybook major oppdateringer, men at vanlege går i hovedgruppa.
  • Loading branch information
josstn authored Jul 24, 2024
1 parent 3dee9a9 commit d959ffe
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,22 @@ updates:
- '*'
update-types:
- 'patch'
- 'minor'
exclude-patterns:
- '@storybook/*'
- '@typescript-eslint*'
- 'react*'
- '@types/react'
- '@navikt*'
storybook:
update-types:
- 'major'
patterns:
- 'storybook'
- '@storybook/*'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
typescript-eslint:
patterns:
- '@typescript-eslint*'
storybook:
patterns:
- '@storybook/*'
- 'storybook'
exclude-patterns:
- '@storybook/storybook-deployer'
- '@storybook/testing-react'
- '@storybook/testing-library'
designsystem:
patterns:
- '@navikt/aksel-icons'
Expand Down

0 comments on commit d959ffe

Please sign in to comment.