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 93482c5 commit eeadae7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
30 changes: 28 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,40 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
github-actions:
patterns:
- "*"
# Maintain dependencies for gradle
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
time: "12:20"
day: "wednesday"
timezone: "Europe/Oslo"
groups:
gradle:
patterns:
- "*"
# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
time: "12:20"
day: "wednesday"
timezone: "Europe/Oslo"
groups:
gradle:
patterns:
- "*"
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License

Copyright 2019 NAV (Arbeids- og velferdsdirektoratet) - The Norwegian Labour
Copyright 2023 NAV (Arbeids- og velferdsdirektoratet) - The Norwegian Labour
and Welfare Administration

Permission is hereby granted, free of charge, to any person obtaining
Expand Down

0 comments on commit eeadae7

Please sign in to comment.