Commit Graph

9 Commits

Author SHA1 Message Date
Evan Simkowitz
5cfbdcab1a
Separate out Yarn major updates into separate Dependabot groups (#1607)
This is annoyingly verbose, but will let us still get PRs for minor and
patch updates separately from major updates, so we can continue to
benefit from bugfixes without having to adopt breaking changes.

Also adds a jotai update group
2024-12-23 09:59:59 -08:00
Evan Simkowitz
24a1ff3b49
Remove separate docs group in dependabot (#1348)
Until we split up the rest of the codebase into workspaces, having a
separate dependabot group for docsite won't work since the root rule
will always conflict
2024-11-22 12:03:17 -08:00
Evan Simkowitz
c1ac66b358
Try changing the order of dependabot rules to enforce docusaurus as separate groups (#1347) 2024-11-22 11:51:53 -08:00
Evan Simkowitz
edb3290349
Move docsite to main repo (#1204)
## Summary

We are moving our docsite to this repo for better coordination.

## What's changed?

- The docsite codebase is now in docs/
- The docsite will replace storybook as the published GitHub Pages site
for this repo
- Storybook will now be hosted at https://docs.waveterm.dev/storybook
- A new CI workflow will validate any changes to Storybook or the
docsite
- A combined CD workflow will build and deploy Storybook and the docsite
as a single artifact
- The Build Helper workflow will now build an embedded version of the
docsite before building the app, ensuring the docsite version it has is
always the latest
2024-11-06 10:45:21 -08:00
Evan Simkowitz
6ffa421744
Storybook page, exclude Jotai from dependabot, use NodeJS 20 for builds (#868) 2024-09-26 14:17:52 -07:00
Evan Simkowitz
cf87708cd8
reduce dependabot frequency to weekly 2024-07-30 17:17:52 -04:00
Evan Simkowitz
fd53648190
update storybook pattern 2024-07-26 11:37:26 -04:00
Evan Simkowitz
71246ec1b5
Group yarn dependency updates (#156)
Creates 4 groups of dependency updates: storybook, electron, prod-dependencies, and dev-dependencies.
2024-07-26 08:36:00 -07:00
Evan Simkowitz
d74e33cb54
Add config for Dependabot updates (#138) 2024-07-23 11:52:07 -07:00