From bea3924fce17d9c30d7a18bdf9c3132f753ccf46 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 13 Nov 2022 19:32:09 +0100 Subject: [PATCH] Update dependabot.yml - Add update of submodules --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a..ee9898a61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ version: 2 updates: - - package-ecosystem: "github-actions" +- package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gitsubmodule" + directory: "/" # the .gitmodules file must be placed at the top-level directory of a git working tree + schedule: + interval: "weekly" + open-pull-requests-limit: 15 # Assimp has 15 dependencies