3 Commits

Author SHA1 Message Date
Renovate
30179a89f0 chore(deps): update dependency laravel/sail to v1.53.0
All checks were successful
Tests / build-npm (pull_request) Successful in 22s
Tests / validate-composer (pull_request) Successful in 13s
Tests / phpcs (pull_request) Successful in 53s
Tests / phpstan (pull_request) Successful in 58s
Tests / tests (pull_request) Successful in 1m5s
2026-02-12 16:41:55 +00:00
35abf834c8 ci: add renovate support
All checks were successful
Tests / validate-composer (push) Successful in 17s
Tests / build-npm (push) Successful in 37s
Tests / phpcs (push) Successful in 37s
Tests / phpstan (push) Successful in 41s
Tests / tests (push) Successful in 37s
2026-02-12 17:20:04 +01:00
be46d068f1 Merge pull request 'ci: add workflow for gitea' (#1) from feature/add-workflows into master
All checks were successful
Tests / validate-composer (push) Successful in 12s
Tests / build-npm (push) Successful in 24s
Tests / phpcs (push) Successful in 20s
Tests / phpstan (push) Successful in 1m8s
Tests / tests (push) Successful in 1m7s
Reviewed-on: #1
2026-02-12 15:49:22 +00:00
2 changed files with 24 additions and 11 deletions

22
composer.lock generated
View File

@@ -6965,28 +6965,28 @@
},
{
"name": "laravel/sail",
"version": "v1.52.0",
"version": "v1.53.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3"
"reference": "e340eaa2bea9b99192570c48ed837155dbf24fbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
"reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
"url": "https://api.github.com/repos/laravel/sail/zipball/e340eaa2bea9b99192570c48ed837155dbf24fbb",
"reference": "e340eaa2bea9b99192570c48ed837155dbf24fbb",
"shasum": ""
},
"require": {
"illuminate/console": "^9.52.16|^10.0|^11.0|^12.0",
"illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0",
"illuminate/support": "^9.52.16|^10.0|^11.0|^12.0",
"illuminate/console": "^9.52.16|^10.0|^11.0|^12.0|^13.0",
"illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^9.52.16|^10.0|^11.0|^12.0|^13.0",
"php": "^8.0",
"symfony/console": "^6.0|^7.0",
"symfony/yaml": "^6.0|^7.0"
"symfony/console": "^6.0|^7.0|^8.0",
"symfony/yaml": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0",
"phpstan/phpstan": "^2.0"
},
"bin": [
@@ -7024,7 +7024,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2026-01-01T02:46:03+00:00"
"time": "2026-02-06T12:16:02+00:00"
},
{
"name": "mockery/mockery",

13
renovate.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": ["config:recommended"],
"enabledManagers": ["composer"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"groupName": "php dependencies"
}
],
"prConcurrentLimit": 100,
"prHourlyLimit": 20,
"branchConcurrentLimit": 100
}