Skip to content

Commit

Permalink
Define the composer dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
benmatselby committed Feb 3, 2024
1 parent 4a8576e commit 40bad60
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Maintain dependencies for GitHub Actions
Expand Down Expand Up @@ -45,3 +46,16 @@ updates:
groups:
development-dependencies:
dependency-type: 'development'

# Maintain dependencies for PHP
- package-ecosystem: 'composer'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
prefix: 'php'
groups:
development-dependencies:
dependency-type: 'development'
production-dependencies:
dependency-type: 'production'

0 comments on commit 40bad60

Please sign in to comment.