From 97c80c79deb7ee394e05f8a08431002c5b10f0bc Mon Sep 17 00:00:00 2001 From: Erick Fuga Date: Mon, 8 Jan 2024 19:27:03 -0300 Subject: [PATCH] fix dependabot --- .github/dependabot.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a372eb1..d958a03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,11 @@ -# 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: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gomod" + directory: "/" schedule: interval: "weekly" - + + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'