From 29e44b2cc0d86f0b42a583e05f39df143352a680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 11 Oct 2024 13:32:48 +0200 Subject: [PATCH] fix(dependabot): add examples directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 34bad43..280c267 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,9 @@ updates: labels: - 'github-actions' - package-ecosystem: 'npm' - directory: '/' + directories: + - '/' + - '/examples/' schedule: interval: 'daily' groups: @@ -20,4 +22,4 @@ updates: - 'major' labels: - 'dependencies' - versioning-strategy: increase \ No newline at end of file + versioning-strategy: increase