From eaafe769692e2871fcac9f4733307403e850fdcd Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Wed, 3 Aug 2022 20:06:41 +0300 Subject: [PATCH] Add 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 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