Skip to content

Commit

Permalink
add docker registry to dependabot config (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Nov 29, 2023
1 parent 5fbfba9 commit a2cd003
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@

version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
labels:
- "dependencies"
schedule:
interval: "daily"
open-pull-requests-limit: 1

- package-ecosystem: "docker"
directory: "/installer/compose"
labels:
- "dependencies"
- "installer"
schedule:
interval: "daily"
open-pull-requests-limit: 1
- package-ecosystem: "github-actions"
directory: "/"
labels:
Expand Down

0 comments on commit a2cd003

Please sign in to comment.