Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Dec 22, 2023
1 parent da1d6d3 commit f0d311c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
version: 2
registries:
maven-github:
type: maven-repository
url: https://github-package-registry-mirror.gc.nav.no/cached/maven-release
username: x-access-token
password: no-secret-required
updates:
- package-ecosystem: "maven"
directory: "/"
registries:
- "maven-github"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "Europe/Oslo"
commit-message:
prefix: "[dependency] "
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "Europe/Oslo"
commit-message:
prefix: "[docker] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "Europe/Oslo"
commit-message:
prefix: "[github-actions] "

0 comments on commit f0d311c

Please sign in to comment.