Skip to content

Commit

Permalink
chore(ci): group docusaurus updates (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Dec 4, 2023
1 parent ba6f6f9 commit df81074
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/"
# Check for updates every Monday
Expand All @@ -17,9 +18,14 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: "@types/vscode"
update-types: ["version-update:semver-minor"]

- package-ecosystem: "npm"
directory: "/website/"
# Check for updates every Monday
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
docs:
patterns:
- "@docusaurus/*"

0 comments on commit df81074

Please sign in to comment.