Skip to content

Commit

Permalink
Remove separate docs group in dependabot (#1348)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
esimkowitz authored Nov 22, 2024
1 parent 9a82325 commit 24a1ff3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,9 @@ updates:
electron:
patterns:
- "*electron*"
- package-ecosystem: "npm"
directory: "docs/"
schedule:
interval: "weekly"
day: "friday"
time: "09:00"
timezone: "America/Los_Angeles"
groups:
docsite-dev-dependencies:
dependency-type: "development"
exclude-patterns:
- "*docusaurus*"
docsite-docusaurus:
docusaurus:
patterns:
- "*docusaurus*"
docsite-prod-dependencies:
dependency-type: "production"
exclude-patterns:
- "*docusaurus*"
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand Down

0 comments on commit 24a1ff3

Please sign in to comment.