diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..79745ce4a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "composer" # See documentation for possible values + directory: "/" + schedule: + interval: "weekly" diff --git a/composer.json b/composer.json index a7f08dbcd..5cf159180 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "orchestra/testbench": "^8.0|^9.0|^10.0", "orchestra/testbench-core": "^8.0|^9.0|^10.0", "orchestra/workbench": "^8.0|^9.0|^10.0", - "phpstan/phpstan": "^1.0", + "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^10.0|^11.0", "singlestoredb/singlestoredb-laravel": "^1.0|^2.0", "spatie/laravel-ignition": "^2.0",