From b86c411818b5c88716c167a904161c6187341eb9 Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Sat, 5 Oct 2024 12:17:16 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27b41fa8..973988a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,14 @@ version: 2 updates: + - package-ecosystem: "gomod" + directory: "/" + target-branch: main # see https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219 + schedule: + interval: "daily" + allow: + - dependency-name: "go.sia.tech*" + dependency-type: "all" - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: