diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2a66d09..633a17a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,11 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests + open-pull-requests-limit: 10 schedule: interval: "weekly" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests + open-pull-requests-limit: 10 schedule: interval: "weekly"