Use full path to dependency

This commit is contained in:
Gabe Kangas 2021-06-23 18:20:46 -07:00 committed by GitHub
parent 43b37e84db
commit 2c2736aef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,5 @@ updates:
- "gabek"
ignore:
# Ignore patch revisions of the aws sdk
- dependency-name: "aws-sdk-go"
- dependency-name: "github.com/aws/aws-sdk-go"
update-types: ["version-update:semver-patch"]