Skip to content

Commit

Permalink
Add .github/dependabot.yml to enable auto dependency version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfang committed Oct 26, 2023
1 parent fb27066 commit 3e5ea58
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/build/"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/build/util/"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/deploy/registry/"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/tests/auxiliary/smtplistener/"
schedule:
interval: "daily"

0 comments on commit 3e5ea58

Please sign in to comment.