Skip to content

Commit 827adf2

Browse files
authored
fix: proper renovate config [ci skip]
1 parent 3639856 commit 827adf2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"extends": ["github>shelfio/renovate-config"],
3-
"labels": ["dependencies", "backend"]
2+
"extends": ["config:base"],
3+
"labels": ["dependencies", "backend"],
4+
"ignoreDeps": [
5+
"@types/node"
6+
]
47
}

0 commit comments

Comments
 (0)