JuliaArrays / ArraysOfArrays.jl

Efficient storage and handling of nested arrays in Julia
Other
43 stars 9 forks source link

enable dependabot for GitHub actions #29

Closed ranocha closed 1 year ago

ranocha commented 1 year ago

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 https://github.com/SciML/MuladdMacro.jl/pull/37

oschulz commented 1 year ago

This allows to get updates for GitHub actions automatically.

@ranocha Thanks for this! Do we need a "dependabot.yml" file as well?

ranocha commented 1 year ago

That's exactly the file created in this PR

oschulz commented 1 year ago

That's exactly the file created in this PR

Ah, right! :-) Sorry, my bad - I misread some dependabot docs, I thought I needed some additional config.