Skip to content

Commit 7d68f13

Browse files
committed
ci: update renovate.json config to follow HACS manifest.json
1 parent 7f07904 commit 7d68f13

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

renovate.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
32
"extends": [
4-
"config:recommended"
3+
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"description": "Update dependencies in manifest.json",
8+
"matchFileNames": ["manifest.json"],
9+
"matchPackageNames": ["websocket-client"],
10+
"enabled": true
11+
}
512
]
6-
}
13+
}

0 commit comments

Comments
 (0)