From 500ada9fec36f7b479cdbd574646a0e707b4a3c0 Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Tue, 12 Nov 2024 21:38:44 +0000 Subject: [PATCH] Enable Dependabot for GH Actions --- .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 0000000..b552cbd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"