From 925ce3ec0337a29d45a22f643275ae743be47201 Mon Sep 17 00:00:00 2001 From: Jonathan Woollett-Light Date: Mon, 18 Sep 2023 11:03:28 +0100 Subject: [PATCH] Dependabot Adds dependabot configuration to update rust-vmm-ci submodule. Signed-off-by: Jonathan Woollett-Light --- .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 0000000..97b2020 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: gitsubmodule + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10