Skip to content

Commit

Permalink
commented out dependabot updates (#728)
Browse files Browse the repository at this point in the history
Signed-off-by: Corbin Phelps <[email protected]>
  • Loading branch information
Corbin Phelps authored Mar 6, 2023
1 parent f9cff1e commit c29c76b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
ignore:
# AWS we want to ignore nightly patch releases
- dependency-name: "github.com/aws/aws-sdk-go"
update-types: ["version-update:semver-patch"]
commit-message:
prefix: "deps"
include: "scope"
updates: []
# Disabling dependabot for now
##############################
# - package-ecosystem: "gomod"
# directory: "/"
# schedule:
# interval: "weekly"
# ignore:
# # AWS we want to ignore nightly patch releases
# - dependency-name: "github.com/aws/aws-sdk-go"
# update-types: ["version-update:semver-patch"]
# commit-message:
# prefix: "deps"
# include: "scope"

0 comments on commit c29c76b

Please sign in to comment.