diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed8f4a4..134d3f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,10 @@ version: 2 - updates: - - # Keep dependencies for GitHub Actions up-to-date - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: 'daily' + interval: "monthly" + open-pull-requests-limit: 99 + labels: + - "dependencies" + - "github-actions"