From 5b29e17d8e3c734f562eee6bb6a1c3c31c2ddb91 Mon Sep 17 00:00:00 2001 From: Admire Nyakudya Date: Tue, 20 Jun 2023 18:19:09 +0200 Subject: [PATCH] add dependabot --- .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..adee0ed --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file