From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:15:47 +0000 (+0100) Subject: ci: add dependabot to update actions (#275) X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2~1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d03cebe8104b1bec641f26f0f7e0073c4c56a7b;p=utf8proc.git ci: add dependabot to update actions (#275) This will prevent CI failing from using deprecated actions. --- 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"