Skip to content

Commit

Permalink
chore: Add docker config to dependabot (#17696)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert committed Jun 15, 2023
1 parent 2263756 commit 079d895
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ updates:
commit-message:
prefix: "chore(deps)"
open-pull-requests-limit: 100
- package-ecosystem: "docker"
directory: "/distribution/docker/"
schedule:
interval: "daily"
time: "04:00" # UTC
labels:
- "domain: deps"
commit-message:
prefix: "chore(deps)"
open-pull-requests-limit: 100
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 079d895

Please sign in to comment.