diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14030fd..5cbcee3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,17 @@ version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" # Location of package manifests - schedule: - interval: "daily" +- package-ecosystem: gomod + directory: / + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: docker + directory: / + schedule: + interval: daily + open-pull-requests-limit: 10