chore(renovate): don't use go proxy for forgejo-code (#9217)
- closes #9215
- f30b1f04c6
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9217
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
2aa73a8fad
commit
7217965542
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ jobs:
|
|||
|
||||
OSV_OFFLINE_ROOT_DIR: ${{ github.workspace }}/.tmp/osv
|
||||
|
||||
# use direct connection for these domains for renovate go datasource instead of the go proxy
|
||||
# allows faster lookups
|
||||
GONOPROXY: code.forgejo.org
|
||||
|
||||
- name: Save renovate repo cache
|
||||
if: always() && env.RENOVATE_DRY_RUN != 'full'
|
||||
uses: https://data.forgejo.org/actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue