From cfaae97b4b4b88b770c86d752a0bb02a035b15ec Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 15 Aug 2024 21:03:34 +0200 Subject: [PATCH] Enable automated version check for go modules (#261) --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6a30e46..d62c6374 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,13 @@ updates: # Check for updates to GitHub Actions every weekday schedule: interval: daily - time: 19:00 + time: "19:00" + open-pull-requests-limit: 10 + # Enable version updates for Go modules + - package-ecosystem: gomod + directory: / + # Check for updates to GitHub Actions every weekday + schedule: + interval: daily + time: "20:00" open-pull-requests-limit: 10