Skip to content

Commit

Permalink
Add dependabot for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 5, 2023
1 parent 7d0be4b commit e3547c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Required fields are `version` and `updates`
version: 2
updates:
# Required fields are `package-ecosystem`, `directory`, and `schedule.interval`
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit e3547c6

Please sign in to comment.