Skip to content

Commit 4dee674

Browse files
sserrataclaude
andauthored
chore(deps): add dependabot config for daily npm updates (#1334)
* chore(deps): add dependabot config for daily npm updates Configure Dependabot to scan for npm updates daily across the root workspace and both published packages (docusaurus-plugin-openapi-docs and docusaurus-theme-openapi-docs). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore(deps): simplify dependabot config to root only Yarn workspaces hoists all dependencies to the root yarn.lock, so Dependabot only needs to scan from / — it will pick up package.json files across all workspace packages automatically. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e5ce414 commit 4dee674

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: daily

0 commit comments

Comments
 (0)