diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b4fc680..335d511 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,12 @@ version: 2 updates: - package-ecosystem: gomod - directory: "/" + directory: / + open-pull-requests-limit: 10 schedule: interval: monthly + - package-ecosystem: github-actions + directory: / open-pull-requests-limit: 10 - labels: - - enhancement - - dependency-management \ No newline at end of file + schedule: + interval: monthly