Skip to content

Commit

Permalink
ci: ignore Astro 5 for now as Starlight does not support it yet
Browse files Browse the repository at this point in the history
See #1272
  • Loading branch information
zerok committed Dec 11, 2024
1 parent 1fbf2a2 commit 31cd20e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ updates:
package-ecosystem: npm
schedule:
interval: weekly
ignore:
# Starlight is not yet compatible with Astro 5
- dependency-name: "astro"
versions: [">=5.0.0"]
groups:
docs-dependencies:
patterns:
Expand Down

0 comments on commit 31cd20e

Please sign in to comment.