* #1 - project skeleton * #1 - composer fix * #1 - add app key to phpunit config * #1 - change default session driver * #1 - add EXTERNAL_WEBSERVER_PORT variable to .env.example
This commit is contained in:
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: composer
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "06:30"
|
||||
commit-message:
|
||||
prefix: "#5 - (php) "
|
||||
target-branch: main
|
||||
open-pull-requests-limit: 1
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "06:30"
|
||||
commit-message:
|
||||
prefix: "#5 - (js) "
|
||||
target-branch: main
|
||||
open-pull-requests-limit: 1
|
||||
Reference in New Issue
Block a user