From 34bd9107e245fe75cf2c5fa0636bda2740d8371f Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Tue, 2 Nov 2021 13:28:35 +0200 Subject: [PATCH] add dependabot: make it update GitHub Actions It is a basic configuration. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d6f49421 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"