diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7b5915..17d5a79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" + open-pull-requests-limit: 5 schedule: interval: "weekly" day: "monday" @@ -10,6 +11,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" + open-pull-requests-limit: 5 schedule: interval: "weekly" day: "monday"