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

Commit 2d6a45a

Browse files
Configure Renovate (#5)
* Add renovate.json * limit vue version --------- Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com> Co-authored-by: Asaf Shen <[email protected]>
1 parent bbdee99 commit 2d6a45a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["local>descope/renovate-config"],
4+
"packageRules": [
5+
{
6+
"matchDepNames": ["vue"],
7+
"allowedVersions": "<=3"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)