From 107e6ef8021d400254a828d607cded4288c6ad13 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 21 Jan 2022 17:20:42 +0100 Subject: [PATCH] github/dependabot: add storybook Signed-off-by: Patrik Oldsberg --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65a4b1a438..202d7ecd14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,11 @@ updates: open-pull-requests-limit: 5 labels: - dependencies + - package-ecosystem: npm + directory: '/storybook/' + schedule: + interval: daily + time: '04:00' + open-pull-requests-limit: 5 + labels: + - dependencies