From 8858aa32dbfb8b5901306192f918ffdd9c4ac894 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 13 Sep 2024 06:32:40 -0400 Subject: [PATCH] chore: enable github action auto update in dependabot.yml --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..9186f7421b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"