Skip to content

Commit

Permalink
chore: change dependabot config to weekly schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r committed Feb 19, 2024
1 parent 85d9051 commit 8948e98
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,37 @@
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
day: monday
time: 07:00
commit-message:
prefix: "deps(dependabot)"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
day: monday
time: 07:00
commit-message:
prefix: "deps(dependabot)"
- package-ecosystem: "docker" # See documentation for possible values
directory: "resources/loadtest/base" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
day: monday
time: 07:00
commit-message:
prefix: "deps(dependabot)"
- package-ecosystem: "docker" # See documentation for possible values
directory: "resources/validationtest/base" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
day: monday
time: 07:00
commit-message:
prefix: "deps(dependabot)"

0 comments on commit 8948e98

Please sign in to comment.