-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Create a scheduled GitHub Action to update data
#17050
Comments
Yeah I keep manually syncing that We also have a repository that we intended to use as source for the node.js schedule, with some extra tools to use in Renovate: https://github.com/renovatebot/node-schedule. I think the big idea was that we "package up" the I remember we did a lot of work to |
@JamieMagee does your PR #17080 close this issue? Or do you need/want to do more stuff before closing this issue? |
Yeah, I think so. I wasn't sure if you wanted to keep this issue open to discuss |
I'm closing this issue as done via PR #17080. We should discuss the future of the |
Describe the proposed change(s).
Currently we have some static data, with update scripts, that are manually run. There is:
debian-distro-info.json
1 andubuntu-distro-info.json
2 updated bydistro-json-generate.mjs
3azure-pipelines-tasks
updated byazure-pipelines-tasks-json-generate.mjs
We should add a GitHub Actions pipeline that runs these tasks on a weekly basis, and opens a pull request with any changes.
Footnotes
https://github.com/renovatebot/renovate/blob/main/data/debian-distro-info.json ↩
https://github.com/renovatebot/renovate/blob/main/data/ubuntu-distro-info.json ↩
https://github.com/renovatebot/renovate/blob/main/tools/distro-json-generate.mjs ↩
The text was updated successfully, but these errors were encountered: