diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-08-12 13:29:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-12 13:29:57 +0200 |
| commit | 34d5440f3a08ba762f87a008790e984cb4fc524b (patch) | |
| tree | bc2904fee8777d6d43d4a005523b8009c044f066 /.github | |
| parent | chore(workflows): use checkout@v3.3.0 consistently (diff) | |
| download | misskey-34d5440f3a08ba762f87a008790e984cb4fc524b.tar.gz misskey-34d5440f3a08ba762f87a008790e984cb4fc524b.tar.bz2 misskey-34d5440f3a08ba762f87a008790e984cb4fc524b.zip | |
chore(dependabot): add storybook group
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 4 |
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/*" |