From 46ae597a09a0247ff8231e35eb9b823cd77379b7 Mon Sep 17 00:00:00 2001 From: Parra Date: Wed, 9 Mar 2022 21:44:16 +0100 Subject: [PATCH] Added dependabot action --- .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 0000000..583decf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file