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