From aac4540b51f1cd052e5c5ee27cb772fc9ed4f0f8 Mon Sep 17 00:00:00 2001 From: Chang Huan Lo Date: Wed, 18 Dec 2024 18:13:40 +0100 Subject: [PATCH] Configure dependabot to update submodules weekly (#69) --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55faa1d4..7bc1bc46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,8 @@ updates: groups: actions: patterns: - - "actions/*" \ No newline at end of file + - "actions/*" + - package-ecosystem: gitsubmodule + schedule: + interval: "weekly" + directory: "/" \ No newline at end of file