Skip to content

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Nov 18, 2020
1 parent ea95b25 commit 00daa3c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,14 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase

0 comments on commit 00daa3c

Please sign in to comment.