Skip to content

Commit

Permalink
enable dependabot for GitHub actions (#446)
Browse files Browse the repository at this point in the history
This allows to get updates for GitHub actions automatically. I have used
this for my own packages, the [Trixi.jl
framework](https://github.com/trixi-framework), and the [SciML
organization](https://github.com/SciML). 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

Co-authored-by: Julius Krumbiegel <[email protected]>
  • Loading branch information
ranocha and jkrumbiegel authored Aug 28, 2024
1 parent 3dffb90 commit c3e5bd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit c3e5bd6

Please sign in to comment.