From feb31dd53d8e84d4093d862aa1fa10b5781da4ef Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Mon, 29 Jan 2024 16:44:37 +0000 Subject: [PATCH] Try a dependabot file that symlinked from a submodule Signed-off-by: Patrick Roy --- .github/dependabot.yml | 2 +- .gitmodules | 3 +++ dependabot.yml | 14 -------------- rust-vmm-ci | 1 + 4 files changed, 5 insertions(+), 15 deletions(-) create mode 100644 .gitmodules delete mode 100644 dependabot.yml create mode 160000 rust-vmm-ci diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e94df93922e..0c01209f9f10 120000 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1 +1 @@ -../dependabot.yml \ No newline at end of file +../rust-vmm-ci/dependabot-weekly.yml \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..8178897e3eeb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rust-vmm-ci"] + path = rust-vmm-ci + url = https://github.com/roypat/rust-vmm-ci diff --git a/dependabot.yml b/dependabot.yml deleted file mode 100644 index 41dea6df7d2d..000000000000 --- a/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - allow: - - dependency-type: "all" - open-pull-requests-limit: 100 - groups: - firecracker: - patterns: - - "*" diff --git a/rust-vmm-ci b/rust-vmm-ci new file mode 160000 index 000000000000..a474e932d914 --- /dev/null +++ b/rust-vmm-ci @@ -0,0 +1 @@ +Subproject commit a474e932d9144ef7e09e9d1ca92fde8eac27b28b