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

Commit eb88fc3

Browse files
authored
Introduce Renovate (#432)
1 parent 178946b commit eb88fc3

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)