diff --git a/.github/dependabot.yml b/.github/dependabot.yml index abc43a357..1be3e1508 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,3 +38,14 @@ updates: labels: - 3. to review - dependencies + # GitHub Actions +- package-ecosystem: "github-actions" + directory: ".github/workflows" + commit-message: + prefix: "ci" + include: "scope" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Berlin