Browse Source

Calm down excessive dependabot updates

pull/1136/head
Gabe Kangas 4 years ago
parent
commit
610a3ef834
  1. 4
      .github/dependabot.yml

4
.github/dependabot.yml

@ -20,3 +20,7 @@ updates: @@ -20,3 +20,7 @@ updates:
interval: "daily"
reviewers:
- "gabek"
ignore:
# Ignore patch revisions of the aws sdk
- dependency-name: "aws-sdk-go"
update-types: ["version-update:semver-patch"]

Loading…
Cancel
Save