From d9d2b6e60863188ed1faca145cf90c6f1d743ac3 Mon Sep 17 00:00:00 2001 From: selim13 Date: Thu, 26 Aug 2021 09:08:55 +0300 Subject: [PATCH] add dependabot for gh actions --- .github/workflows/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..2c7d170 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"