From f7188e3d88896ee1f2bd7b85291d6ce8c5bd7041 Mon Sep 17 00:00:00 2001 From: Hank Donnay Date: Thu, 16 Sep 2021 10:12:28 -0500 Subject: [PATCH] cicd: add dependabot for GitHub Actions Signed-off-by: Hank Donnay --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..5ace4600a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"