Skip to content

Commit

Permalink
add docker to dependabot
Browse files Browse the repository at this point in the history
This keeps our Dockerfiles up to date along with everything else.

It won't be perfect (swapping from bookworm to trixie will need a manual
bump), but it gets the basics done.
  • Loading branch information
jmhodges committed Nov 12, 2024
1 parent 14144d7 commit eb6c2c1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,14 @@ updates:
applies-to: version-updates
patterns:
- "github.com/aws/aws-sdk-go-v2/*"
- "github.com/aws/aws-sdk-go-v2"
- "github.com/aws/aws-sdk-go-v2"
- package-ecosystem: "docker"
directories:
- "/"
- "database"
- "tools/autograph-monitor"
- "tools/softhsm"
- "tools/config-sanitizer"
schedule:
interval: "weekly"
time: "10:00" # UTC

0 comments on commit eb6c2c1

Please sign in to comment.