diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f9d6e22..f7a4ff4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -54,3 +54,9 @@ updates: update-types: # major updates will trigger non-grouped MRs - "minor" - "patch" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + prefix: "CI"