diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 523acd48..9d0933f6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -19,3 +19,15 @@ updates: schedule: interval: "weekly" + - package-ecosystem: "github-actions" + target-branch: "master" + directory: "/" + schedule: + interval: "daily" + time: "23:00" + commit-message: + prefix: "chore" + include: "scope" + open-pull-requests-limit: 3 + +