From 0164dd026912bececde5bd94e45bd23bfce07327 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sat, 10 Jun 2023 15:01:41 -0500 Subject: [PATCH] Add a Dependabot configuration to autoupdate GitHub action versions Signed-off-by: Kurt McKee --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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