-
Notifications
You must be signed in to change notification settings - Fork 23
docs: add renovate example #226
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
I think we should use |
jsonata is probably less familiar for most people - but it's more resilient - e.g. if you change the order of properties. Can you
|
Thanks, I didn't know about
I don't think they will accept the support for third-party actions. Do you know something related to the policy? |
how is this different to the support of the other gh actions in the same file that I linked? |
packageName: `actions/${action}-versions` This means only the official actions are supported. |
The comment in the PR is "Not covered yet because they use different datasources/packageNames", which sounds like it could be added. |
Never mind, I was wrong. It was just looking for the checksum file. Also, we can extend the support by using GitHub API, as they now have the digest in the API response. I'll open a PR later. |
Hmm, they're also the official actions. |
Great - I've created renovatebot/renovate#37106 to discuss it |
I think it's already using the API for the checksum - at least it looked that way from the error messages while I was debugging |
Thank you!
I don't think so, as it's not updated recently. |
I updated my Renovate config risu729/renovate-config#835. For the upstream Renovate, since they haven't replied yet, I'm thinking of creating a PR to add a custom manager preset. |
No description provided.