Skip to content

Commit

Permalink
Add docker to Dependabot automation
Browse files Browse the repository at this point in the history
Enable `docker` image updates.
  • Loading branch information
HeavyWombat committed Jul 30, 2024
1 parent 3ff7d9a commit 0019a0f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: "all"
target-branch: main
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: "docker"
directory: /
schedule:
interval: "daily"

0 comments on commit 0019a0f

Please sign in to comment.