Skip to content

Commit 30d907e

Browse files
authored
ci: ignore Astro 5 for now as Starlight does not support it yet (#1274)
See #1272
1 parent 1fbf2a2 commit 30d907e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ updates:
3131
package-ecosystem: npm
3232
schedule:
3333
interval: weekly
34+
ignore:
35+
# Starlight is not yet compatible with Astro 5
36+
- dependency-name: "astro"
37+
versions: [">=5.0.0"]
3438
groups:
3539
docs-dependencies:
3640
patterns:

0 commit comments

Comments
 (0)