fix(ci): Configure Renovate for Forgejo platform #931
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#931
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tom/renovate-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
4dcf366edc
to78cb452e8c
78cb452e8c
to14a4b24fc5
@ -61,4 +49,1 @@
LOG_LEVEL: ${{ inputs.logLevel || 'info' }}
# Git author for commits - configured via repository variables
RENOVATE_GIT_AUTHOR: '${{ vars.RENOVATE_AUTHOR }}'
This doesn't seem to have been added back?
Yeah, I don't know where I thought you could override the author, but it picks up the owner of the token automatically and there doesn't seem to be any way to override it. You may need to create a user and give that user a token 😔
😔 Well hopefully it picks it up right.
@ -65,0 +53,4 @@
RENOVATE_ENDPOINT: ${{ github.server_url }}/api/v1
RENOVATE_GIT_TIMEOUT: 60000
RENOVATE_GIT_URL: 'endpoint'
RENOVATE_GITHUB_TOKEN_WARN: 'false'
TODO: Could also generate a token using the method in the sccache run or by setting a credential in the secrets. Something to come back to if it does start erroring due to rate limits.
I think it's pretty good at retrying, it's just the default Git timeout is zero, so if it doesn't get a response it'll just sit there indefinitely. I gave it a 60 second maximum so there's always an upper limit on how long it should wait to decide something needs to be failed/retried.