Skip to content

Commit

Permalink
Update dependabot.yml file (#47)
Browse files Browse the repository at this point in the history
Updates `dependabot.yml` file.

Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter authored Feb 6, 2025
1 parent 3511b9f commit 0767ad4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for npm
- package-ecosystem: "npm"
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for Composer
- package-ecosystem: "composer"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 0767ad4

Please sign in to comment.