Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 4c74827

Browse files
committed
Update and rename renovate.json to .github/renovate.json
1 parent d83199b commit 4c74827

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

.github/renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"rangeStrategy": "update-lockfile",
6+
"packageRules": [
7+
{
8+
"matchPaths": ["build-cs/**"],
9+
"enabled": true,
10+
"groupName": "build-cs"
11+
},
12+
{
13+
"matchPaths": [".github/**"],
14+
"enabled": true,
15+
"groupName": "github-actions"
16+
}
17+
]
18+
}

renovate.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)