From 3e4a4435967d6dce39ca6b2a895923da2c68a033 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sun, 19 Nov 2023 14:37:18 +0100 Subject: [PATCH] Add dependabot --- .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 0000000..e96fd52 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "ci"