Skip to content

Commit

Permalink
Add dependabot file (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar authored Oct 31, 2022
1 parent d0f116f commit 81c36fd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: sunday

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: sunday

# Maintain dependencies for Composer
- package-ecosystem: "npm"
directory: "/sample-apps"
schedule:
interval: "weekly"
day: sunday

0 comments on commit 81c36fd

Please sign in to comment.