Skip to content

Commit

Permalink
check docker dependencies one by one (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraads authored Nov 29, 2023
1 parent 02c2332 commit 942e921
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ updates:
schedule:
interval: "daily"
time: "06:00"

- package-ecosystem: "docker"
directory: "/docker/*/"
directory: "/docker/php/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/docker/mysql/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 942e921

Please sign in to comment.