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

Commit 7bcf32a

Browse files
authored
Introduce Renovate (#493)
1 parent f21c4de commit 7bcf32a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"extends": [
3+
"github>npm-update-package/renovate-config"
4+
],
5+
"labels": ["renovate"],
6+
"packageRules": [
7+
{
8+
"matchManagers": ["npm"],
9+
"enabled": false
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)