Skip to content

Commit

Permalink
Gå tilbake til små PRs slik at minor og patch kan merges automatisk
Browse files Browse the repository at this point in the history
  • Loading branch information
androa committed Dec 21, 2023
1 parent 89abb86 commit ad09be6
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,26 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
github-actions:
patterns:
- "*"
time: "10:05"
timezone: "Europe/Oslo"
# Maintain dependencies for gradle
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
time: "12:20"
day: "wednesday"
interval: "daily"
time: "10:05"
timezone: "Europe/Oslo"
groups:
gradle:
patterns:
- "*"
# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
time: "10:05"
timezone: "Europe/Oslo"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
time: "12:20"
day: "wednesday"
interval: "daily"
time: "10:05"
timezone: "Europe/Oslo"
groups:
gradle:
patterns:
- "*"

0 comments on commit ad09be6

Please sign in to comment.