From 3b5d6d1ae8003c8866a07329e8f0417953ee7f7c Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sun, 18 Feb 2024 20:57:01 +0100 Subject: [PATCH] ci: 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..4c39a33 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "ci"