From b39cd673c06c932208c8d620db2eadd36c282300 Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Sat, 23 Dec 2023 17:41:27 +0930 Subject: [PATCH] ci: add presentation to dependabot --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1fb10b7..727ff99 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -37,3 +37,7 @@ updates: directory: "/examples/infinite_scroll" schedule: interval: weekly + - package-ecosystem: pub + directory: "/examples/presentation" + schedule: + interval: weekly