diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 193f533a..2f2d609d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,12 @@ updates: commit-message: prefix: "chore" include: "scope" - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 + - package-ecosystem: "github-actions" + directory: ".github" + schedule: + interval: "daily" + commit-message: + prefix: "chore" + include: "scope" + open-pull-requests-limit: 20 \ No newline at end of file