enable dependabot for GitHub actions#474
enable dependabot for GitHub actions#474pxl-th merged 1 commit intoJuliaGPU:masterfrom ranocha:hr/dependabot
Conversation
|
I do not really see the advantage of automatising such actions. What does the bot bring additionally? |
|
Some of the actions that you're using are deprecated. For example, I see
in some of your latest CI runs such as https://github.com/JuliaGPU/AMDGPU.jl/actions/runs/5937028661 I don't know how GitHub will handle this in the future. In their blog, they write
Dependabot will do the latter for you (by creating a PR) |
This allows to get updates for GitHub actions automatically. I have used this for my own packages, the Trixi.jl framework, and the SciML organization. After merging this, you could also enable other Dependabot actions in 'Settings -> Code security and analysis -> Dependabot alerts' and '... -> Dependabot security updates'.
See SciML/MuladdMacro.jl#37