Skip to content

Commit

Permalink
add docker to dependabot (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges authored Nov 21, 2024
1 parent 2cda510 commit 41712ce
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 41712ce

Please sign in to comment.