Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 3c25f71

Browse files
committed
add renovate
1 parent b4afe1a commit 3c25f71

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.changeset/config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"linked": [["@dandori/*"]],
88
"access": "public",
99
"baseBranch": "main",
10-
"ignore": []
10+
"ignore": [],
11+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
12+
"updateInternalDependents": "always"
13+
}
1114
}

renovate.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base", "schedule:weekends", "schedule:automergeWeekends"
5+
],
6+
"labels": ["dependencies"],
7+
"packageRules": [
8+
{
9+
"groupName": "dependencies (patch)",
10+
"matchUpdateTypes": ["patch"],
11+
"automerge": true
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)