-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(datasource): Add Nextcloud #37292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
export const ApplicationRelease = z.object({ | ||
created: z.string(), | ||
isNightly: z.boolean(), | ||
translations: z.record(z.string(), Translation), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably use LooseRecord
, so it filters Translation
with missing changelog
and doesn't discard all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean? I'm not an expert in typescript or zod, can you give me an example? Thank you.
|
||
export const Application = z.object({ | ||
id: z.string(), | ||
releases: z.array(ApplicationRelease), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LooseArray
?
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
Changes
Add Nextcloud data source.
Example PR: bdovaz/renovate_test#20
Readme.md
custom manager example PR: bdovaz/renovate_test#18Context
#37256
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: