diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 235cb11..c2bec2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ version: 2 updates: -- package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'monthly' + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + open-pull-requests-limit: 99 + labels: + - dependencies + - github-actions +