Skip to content

Commit

Permalink
ci: ignore Astro 5 for now as Starlight does not support it yet (#1274)
Browse files Browse the repository at this point in the history
See #1272
  • Loading branch information
zerok authored Dec 11, 2024
1 parent 1fbf2a2 commit 30d907e
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 30d907e

Please sign in to comment.