From 1b28fda045ef9b8ea5c18b21314d17eaff5fc52e Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 16 Nov 2024 16:26:16 +0100 Subject: [PATCH] ci: add dependabot to update actions This will prevent CI failing from using deprecated actions. --- .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"