fix ci
This commit is contained in:
parent
f23f73f8f2
commit
b7e569ad5f
|
@ -14,8 +14,7 @@
|
|||
"matchStringsStrategy": "combination",
|
||||
"fileMatch": [
|
||||
"(^|/)srcpkgs/brave-bin/template$",
|
||||
"(^|/)srcpkgs/tidal-hifi/template$",
|
||||
"(^|/)srcpkgs/htop-vim/template$"
|
||||
"(^|/)srcpkgs/tidal-hifi-bin/template$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"^pkgname=(?<depName>.*)$",
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
matrix:
|
||||
PACKAGE:
|
||||
- brave-bin
|
||||
- htop-vim
|
||||
- tidal-hifi
|
||||
- tidal-hifi-bin
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
|
|
@ -6,7 +6,6 @@ when:
|
|||
steps:
|
||||
renovate:
|
||||
image: renovate/renovate
|
||||
pull: true
|
||||
commands:
|
||||
- renovate $${CI_REPO}
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue