N
Nuxt2mo ago
KM

GitHub actions with Nuxt?

Does anyone have a basic script for GitHub actions that keeps dependencies up to date? Ideally a script that automatically updates bug fixes but excluding the main nuxt package. Any advice or help with this would be greatly appreciated.
2 Replies
kapa.ai
kapa.ai2mo ago
Hi @KM. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I'm sorry, but the knowledge sources provided do not contain a ready-made GitHub Actions script specifically for keeping dependencies up to date in a Nuxt project, while excluding the main Nuxt package. The documents do show that the Nuxt repository itself uses RenovateBot (via Mend Renovate) to automate dependency updates, as seen in the PRs for updating dependencies like @nuxt/cli, @nuxt/scripts, and others. These PRs are generated automatically and reviewed before merging, which is a common and recommended approach for managing dependency updates in open source projects. If you want to replicate a similar setup, you would typically use RenovateBot or Dependabot in your GitHub repository. These tools can be configured to automatically create pull requests for dependency updates, and you can specify rules to exclude certain packages (like nuxt) from being updated automatically. However, the exact configuration files or GitHub Actions workflow scripts for this setup are not included in the knowledge sources. If you are interested in using nightly releases of Nuxt or @nuxt/cli, the documentation provides instructions on how to opt in or out by changing your package.json and reinstalling dependencies, but this is unrelated to automated dependency updates via GitHub Actions or bots Nuxt Nightly Release Channel. In summary, while the Nuxt project uses automated tools to keep dependencies up to date, the knowledge sources do not provide a basic script or workflow file for this purpose. For more details, you may want to consult the documentation for RenovateBot or Dependabot directly. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@302508239461941250> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?