Skip to content

Commit

Permalink
Merge pull request #123 from johnzuk/feature/dependabot
Browse files Browse the repository at this point in the history
Add dependabot configuration
  • Loading branch information
johnzuk authored Feb 1, 2024
2 parents 76b82ae + 70f11be commit 513dc2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
allow:
- dependency-type: all
schedule:
interval: weekly
pull-request-branch-name:
separator: '-'
open-pull-requests-limit: 20
- package-ecosystem: composer
directory: /
allow:
- dependency-type: all
schedule:
interval: weekly
pull-request-branch-name:
separator: '-'
open-pull-requests-limit: 20

0 comments on commit 513dc2f

Please sign in to comment.