Skip to content

Commit

Permalink
Brukes samme konvensjon for dependabot for alle repoer i dagpenger. G…
Browse files Browse the repository at this point in the history
…rupperer oppdateringer i dependabot i en PR. Fila er kopiert fra dp-service-template via monorepo (navikt/dagpenger@cb1c7cb)
  • Loading branch information
geiralund committed Nov 24, 2023
1 parent 1be4cc4 commit ac5f13a
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,32 @@ updates:
github-actions:
patterns:
- "*"
# Maintain dependencies for gradle
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
time: "12:20"
day: "wednesday"
timezone: "Europe/Oslo"
groups:
github-actions:
gradle:
patterns:
- "*"
# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
time: "12:20"
day: "wednesday"
timezone: "Europe/Oslo"
groups:
gradle:
patterns:
- "*"

0 comments on commit ac5f13a

Please sign in to comment.