Skip to content

Commit

Permalink
chore: change dependabot config to weekly schedule (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored Feb 20, 2024
1 parent 96b7040 commit 983f69a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,29 @@
# 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: "github-actions" # 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)"

0 comments on commit 983f69a

Please sign in to comment.