Skip to content

Commit

Permalink
Add github-actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman committed Mar 31, 2022
1 parent ddf34b5 commit a1fecbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
---
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"

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

0 comments on commit a1fecbd

Please sign in to comment.