From 68d96dafdf4011dba72ba2e8f56e60aa22d88b24 Mon Sep 17 00:00:00 2001 From: Vladimir Khodygo Date: Fri, 13 Oct 2023 19:02:05 +0100 Subject: [PATCH] CI: add dependabot config --- .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 000000000..123014908 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"