Skip to content

Commit d8fb492

Browse files
authored
renovate.json: add more package types for lock update (#889)
* renovate.json: add more package tyeps for lock update looks like "sbt" doesn't catch them * Apply suggestion from @dmivankov
1 parent 2c060ea commit d8fb492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"rebaseWhen": "conflicted",
77
"packageRules": [
88
{
9-
"matchDatasources": ["sbt"],
9+
"matchManagers": ["sbt"],
1010
"addLabels": ["auto-lockfile-update"]
1111
}
1212
]

0 commit comments

Comments
 (0)