summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-08-12 13:29:57 +0200
committerGitHub <noreply@github.com>2023-08-12 13:29:57 +0200
commit34d5440f3a08ba762f87a008790e984cb4fc524b (patch)
treebc2904fee8777d6d43d4a005523b8009c044f066 /.github
parentchore(workflows): use checkout@v3.3.0 consistently (diff)
downloadmisskey-34d5440f3a08ba762f87a008790e984cb4fc524b.tar.gz
misskey-34d5440f3a08ba762f87a008790e984cb4fc524b.tar.bz2
misskey-34d5440f3a08ba762f87a008790e984cb4fc524b.zip
chore(dependabot): add storybook group
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 27bbeb8b4e..ec938bb553 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,3 +22,7 @@ updates:
swc:
patterns:
- "@swc/*"
+ storybook:
+ patterns:
+ - "storybook*"
+ - "@storybook/*"