fix: add required envs for autodiscover
parent
a0567909c5
commit
38eb52db2d
|
|
@ -14,3 +14,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
configurationFile: .github/renovate.json
|
configurationFile: .github/renovate.json
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
env:
|
||||||
|
RENOVATE_AUTODISCOVER: true
|
||||||
|
RENOVATE_AUTODISCOVER_FILTER: "/geoserver/docker/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue