From 863811b75cf945ea4eb2c320d7bfe67d3e48d663 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:03:35 +0200 Subject: [PATCH] CI: add dependabot for template pack --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fce1fbe4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "git submodule" + directory: "/examples" + schedule: + interval: "daily"