Skip to content

Commit

Permalink
For å enklere håndtere oppgradering av pakker samler vi major i en PR… (
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemidtlyng authored Sep 10, 2024
1 parent eea6f6b commit 5bbe908
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,20 @@ updates:
schedule:
interval: "daily"
time: "06:00"
open-pull-requests-limit: 15
open-pull-requests-limit: 30
registries: "*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
groups:
typescript-eslint:
minor-and-patch-dependencies:
patterns:
- "@typescript-eslint/eslint-plugin"
- "@typescript-eslint/parser"
babel:
- '*'
update-types:
- 'minor'
- 'patch'
major-dependencies:
patterns:
- "@babel/*"
react:
patterns:
- "react"
- "@types/react"
- "react-dom"
- "@types/react-dom"
aksel:
patterns:
- "@navikt/aksel-icons"
- "@navikt/ds-*"
exclude-patterns:
- "@navikt/ds-icons"
- '*'
update-types:
- 'major'
- package-ecosystem: "docker"
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit 5bbe908

Please sign in to comment.