diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3c6821c2..814af3483 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,12 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 5 - # Maintain dependencies for npm + # Maintain dependencies for Go - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 5