Skip to content

Commit

Permalink
Fix dependabot updates for docker/images/* (#1110)
Browse files Browse the repository at this point in the history
* Fix dependabot updates for docker/images/*

* use wildcard
  • Loading branch information
relud authored Nov 4, 2024
1 parent f08d378 commit c553f59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ updates:
open-pull-requests-limit: 10

- package-ecosystem: "docker"
directory: "/docker"
directories:
- "/docker"
- "/docker/images/*"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand Down

0 comments on commit c553f59

Please sign in to comment.