From e38ac87a602ebaca3f6e25fe3b222c064a5d4a53 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 19 Feb 2024 11:06:41 +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"