Skip to content

Commit

Permalink
feat(github): automating dependency updates
Browse files Browse the repository at this point in the history
Let github's dependabot handle updating github's actions.
  • Loading branch information
johannbg authored and LaszloGombos committed Oct 24, 2022
1 parent 02e646f commit bdddfd5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

# Maintain dependencies for GitHub Actions
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: "tuesday"
commit-message:
prefix: "chore(github):"
include: "scope"
ignore:
- dependency-name: "Manual test"

0 comments on commit bdddfd5

Please sign in to comment.