From b524ac8ac498324baff7f6ed6266d09667bb97c3 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Tue, 30 Nov 2021 10:00:49 -0800 Subject: [PATCH] Add labels and change interval to weekly --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb4bfe6e0..5440e9106 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,9 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests + labels: + - "dependencies" + - "go" + - "type::chore" schedule: - interval: "daily" + interval: "weekly"