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