From: Luca BRUNO Date: Tue, 4 Jan 2022 10:30:20 +0000 (+0000) Subject: github: add dependabot config X-Git-Tag: archive/raspbian/2022.1-3+rpi1^2~12^2^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2bfdcea2c5b6d77154c5f3c82bcc47b8c624f0e8;p=ostree.git github: add dependabot config This adds a configuration file for dependabot, taking care of automatic updates for all git submodules. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..94960142 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily"