Skip to content

Commit

Permalink
ci(dependabot): bundle composer updates similarly to the npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekVR committed Feb 24, 2025
1 parent 66feda8 commit 8d96c0d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ updates:
interval: 'daily'
reviewers: ['myparcelnl/integration']
versioning-strategy: increase-if-necessary
groups:
minor-php-updates:
applies-to: version-updates
exclude-patterns:
- "myparcelnl/pdk"
update-types:
- "minor"
- "patch"
php-pdk:
patterns:
- 'myparcelnl/pdk'

- package-ecosystem: 'npm'
directory: '/'
Expand All @@ -30,5 +41,3 @@ updates:
js-pdk:
patterns:
- '@myparcel-pdk/*'


0 comments on commit 8d96c0d

Please sign in to comment.