From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:44:57 +0000 (+0200) Subject: Automatically update GitHub Actions in the future X-Git-Tag: v1.5.4^2~126^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1b40166d21737bb5a93018dfa021533f86ea4c;p=thirdparty%2Fzstd.git Automatically update GitHub Actions in the future --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"