diff options
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e70f3e1e0f6..4fa8a215ac1 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 |