Skip to content

Commit

Permalink
chore: update dependabot configuration (#6859)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Sep 6, 2023
1 parent bb81d45 commit e86dbcb
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ updates:
interval: weekly

# Maintain dependencies for npm
# - package-ecosystem: npm
# directory: "/"
# schedule:
# interval: weekly
# versioning-strategy: lockfile-only
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
versioning-strategy: lockfile-only

# Maintain dependencies for Composer
# - package-ecosystem: composer
# directory: "/"
# schedule:
# interval: weekly
# open-pull-requests-limit: 10
# versioning-strategy: lockfile-only
- package-ecosystem: composer
directory: '/'
schedule:
interval: weekly
versioning-strategy: lockfile-only

0 comments on commit e86dbcb

Please sign in to comment.