From 2bfdcea2c5b6d77154c5f3c82bcc47b8c624f0e8 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 4 Jan 2022 10:30:20 +0000 Subject: github: add dependabot config This adds a configuration file for dependabot, taking care of automatic updates for all git submodules. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml 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" -- cgit v1.2.1