Skip to content

Commit

Permalink
chore: revert dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Jul 19, 2024
1 parent 28b72d6 commit 58d6d9b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@
version: 2
updates:

# Maintain production dependencies for Composer
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "production"

# Maintain development dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "development"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 58d6d9b

Please sign in to comment.