Skip to content

Commit bb88b5d

Browse files
committed
simplify renovate configuration to ignore ffmpeg updates
1 parent 9461536 commit bb88b5d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/renovate.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@
1010
"patch"
1111
],
1212
"matchPackageNames": [
13-
"*"
13+
"*",
14+
"!*ffmpeg*"
1415
]
15-
},
16-
{
17-
"matchPackageNames": [
18-
"*ffmpeg**"
19-
],
20-
"enabled": false
2116
}
2217
],
2318
"extends": [

0 commit comments

Comments
 (0)