From de429f26945dd9fb296e8ef178d76001e24841a1 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Thu, 12 Nov 2020 06:36:31 -0800 Subject: [PATCH] Add dependabot entry for the new module Signed-off-by: Bogdan Drutu --- .github/dependabot.yml | 7 +++++++ internal/{ => tools}/empty.go | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) rename internal/{ => tools}/empty.go (77%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 37ff82ed60b..ec64d66d5fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,10 @@ updates: interval: "daily" assignees: - "bogdandrutu" + - package-ecosystem: "gomod" + directory: "/internal/tools" + schedule: + interval: "daily" + # Add assignees + assignees: + - "bogdandrutu" diff --git a/internal/empty.go b/internal/tools/empty.go similarity index 77% rename from internal/empty.go rename to internal/tools/empty.go index 148d10e5520..80b6ec8ba3b 100644 --- a/internal/empty.go +++ b/internal/tools/empty.go @@ -12,7 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -package internal - -// This file is needed to please `go list` which otherwise complains that tools.go is -// only file in this package and that build constraints exclude it. +package tools