From 225f94e818d9f8cb9e272fb9128b4b0ef88a0cbc Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 19 Oct 2022 09:29:25 -0500 Subject: [PATCH] add dependabot to keep actions versions up-to-date Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19441) --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000000..123014908be --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -- 2.47.3