From b953e4dfeab36e4ea174d01f69669cfd75d58fd9 Mon Sep 17 00:00:00 2001
From: Marc Rousavy <me@mrousavy.com>
Date: Fri, 10 Jan 2025 12:44:15 +0100
Subject: [PATCH] chore: Enable dependabot for `template/`

---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 19c2d00a0..09fc0c2bd 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,6 +12,7 @@ updates:
     directories:
       - "/packages/react-native-nitro-modules/android/"
       - "/packages/react-native-nitro-image/android/"
+      - "/packages/template/android/"
       - "/example/android/"
     schedule:
       interval: "daily"
@@ -39,6 +40,7 @@ updates:
     directories:
       - "/packages/react-native-nitro-modules/"
       - "/packages/react-native-nitro-image/"
+      - "/packages/template/"
       - "/example/"
     schedule:
       interval: "daily"