Skip to content

Commit

Permalink
[MRG] Automatically update GitHub Actions (#869)
Browse files Browse the repository at this point in the history
* Automatically update GitHub Actions using dependabot
  • Loading branch information
DimitriPapadopoulos committed Oct 8, 2023
1 parent 62bcad4 commit d8d9aa0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"

0 comments on commit d8d9aa0

Please sign in to comment.