Skip to content

Commit 554a19e

Browse files
authored
ci(dependabot): configure automatic updates (#137)
1 parent f2f5778 commit 554a19e

3 files changed

Lines changed: 37 additions & 19 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 15
8+
9+
ignore:
10+
- dependency-name: "*"
11+
update-types:
12+
- "version-update:semver-major"
13+
14+
groups:
15+
react:
16+
patterns:
17+
- "react"
18+
- "react-dom"

package-lock.json

Lines changed: 17 additions & 17 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
@@ -22,8 +22,6 @@
2222
"@astrojs/starlight": "^0.29.2",
2323
"@astrojs/starlight-tailwind": "^2.0.3",
2424
"@astrojs/tailwind": "^5.1.2",
25-
"@types/react": "^18.3.12",
26-
"@types/react-dom": "^18.3.1",
2725
"asciinema-player": "^3.8.1",
2826
"astro": "^4.16.16",
2927
"astro-live-code": "^0.0.4",
@@ -41,6 +39,8 @@
4139
"typescript": "^5.7.2"
4240
},
4341
"devDependencies": {
42+
"@types/react": "^18.3.31",
43+
"@types/react-dom": "^18.3.7",
4444
"@types/remark-heading-id": "^1.0.0",
4545
"husky": "^9.1.7",
4646
"lint-staged": "^15.2.10",

0 commit comments

Comments
 (0)