From 8fc60ade755466f3af61da3f1e243effe7faad18 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 15 May 2023 13:26:35 +0300 Subject: [PATCH] Feat(github): GitHub Actions Update workflow --- .github/workflows/update-github-actions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/update-github-actions.yml diff --git a/.github/workflows/update-github-actions.yml b/.github/workflows/update-github-actions.yml new file mode 100644 index 0000000..91f302a --- /dev/null +++ b/.github/workflows/update-github-actions.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +