diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e70f3e1e0f6ef..4fa8a215ac13b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -171,3 +171,12 @@ updates: # ignore all GitHub linguist patch updates - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] + +# GitHub Actions +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris