Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

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 f53a479 commit 2c0d668
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "10:05"
timezone: "Europe/Oslo"
# Maintain dependencies for gradle
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
time: "10:05"
timezone: "Europe/Oslo"
# 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: "daily"
time: "10:05"
timezone: "Europe/Oslo"

0 comments on commit 2c0d668

Please sign in to comment.