From be8ea0d54e7037f89e6bf556cabe09f11e2319be Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:21:45 +0200 Subject: [PATCH] CI: dependabot for real this time --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76783530..b0a3f867 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "gitsubmodule" - directory: "/examples" + directory: "/" + allow: + - "examples/template_pack" schedule: interval: "daily"