From 92d3761fe2b75c44d887e36ee6c5b1c3b0243188 Mon Sep 17 00:00:00 2001 From: Eleanor Davies Date: Mon, 19 Aug 2024 19:40:35 +0100 Subject: [PATCH] chore: dependabot[skip ci] --- .github/dependabot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..2d9d33d --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "dep(ci): " + \ No newline at end of file