Skip to content

Commit

Permalink
Add Dependabot checking for Actions (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Dec 26, 2020
1 parent bdb3eea commit 35d3fa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,9 @@
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 35d3fa9

Please sign in to comment.