Skip to content

Commit

Permalink
Add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnzuk committed Jan 31, 2024
1 parent 76b82ae commit 70f11be
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 70f11be

Please sign in to comment.