-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commented out dependabot updates (#728)
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |