Skip to content

Commit 94f1df6

Browse files
committed
dependabot config
1 parent fe732b8 commit 94f1df6

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
production-dependencies:
14+
dependency-type: "production"
15+
update-types:
16+
- "major"
17+
- "minor"

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"update": "npx @astrojs/upgrade"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.32.x",
14-
"astro": "^5.4.x"
13+
"@astrojs/starlight": "0.32.2",
14+
"astro": "5.4.2"
1515
}
1616
}

0 commit comments

Comments
 (0)