From eaf6bdcfb5962d6f577014ca6102297bd5979791 Mon Sep 17 00:00:00 2001 From: Mark Ayers Date: Mon, 2 Oct 2023 20:38:22 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b67fb2..0e31b3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,10 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: gomod - directory: "/dice” + directory: /dice schedule: interval: weekly - package-ecosystem: github-actions - directory: “/” + directory: / schedule: interval: weekly