Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump typedoc from 0.26.6 to 0.26.7 #3164

Merged
merged 12 commits into from
Oct 6, 2024
Merged
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ updates:
- skip-changelog
reviewers:
- process-analytics/pa-collaborators
ignore:
# # TMP: ignore until we have found a fix to bump to TS 5.5+, see https://github.com/process-analytics/bpmn-visualization-js/pull/3124
- dependency-name: "typescript"
groups:
css:
patterns:
Expand All @@ -43,10 +46,11 @@ updates:
- "@rollup/*"
- "rollup"
- "rollup-plugin-*"
typescript:
patterns:
- "typedoc"
- "typescript"
# TMP: disabled until we have found a fix to bump to TS 5.5+, see https://github.com/process-analytics/bpmn-visualization-js/pull/3124
# typescript:
# patterns:
# - "typedoc"
# - "typescript"

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
Expand Down
Loading