From: Pedro Kaj Kjellerup Nacht Date: Wed, 26 Jul 2023 13:48:26 +0000 (+0000) Subject: Add dependabot for GHA X-Git-Tag: fuse-3.16.1~4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7c109e2ecfb5cb414669983ed44ff1204adbab74;p=qemu-gpiodev%2Flibfuse.git Add dependabot for GHA Signed-off-by: Pedro Kaj Kjellerup Nacht --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..92c44a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"