Skip to content

Commit

Permalink
Legger til dependabot.yml (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
unorsk authored Sep 15, 2023
1 parent ff919d0 commit 4782830
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[dependency] "
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[docker] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[github-actions] "

0 comments on commit 4782830

Please sign in to comment.