From 8771cc4515e5a503f4615b517119915fd3b85c3d Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Mon, 26 Aug 2024 22:35:53 +0200 Subject: [PATCH] Enable Dependabot Enable Dependabot in repository. --- .github/dependabot.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3447ba0..33687e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,16 @@ --- version: 2 -# updates: -# - package-ecosystem: gomod -# directory: "/" -# schedule: -# interval: daily -# open-pull-requests-limit: 1 -# allow: -# - dependency-type: "all" -# target-branch: main -# - package-ecosystem: github-actions -# directory: / -# schedule: -# interval: weekly -# open-pull-requests-limit: 1 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 1 + allow: + - dependency-type: "all" + target-branch: main +- package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 1