Skip to content

Commit

Permalink
Configure dependabot to check for new GitHub action versions daily (#16)
Browse files Browse the repository at this point in the history
Saw a couple of outdated versions. Thought that dependabot might be able
to help out keeping things up to date.
  • Loading branch information
flaeppe committed Dec 13, 2023
1 parent 0afb53d commit f8a6cfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit f8a6cfe

Please sign in to comment.