Skip to content

Commit 8cb9764

Browse files
authored
Activate Renovatebot (#34)
1 parent 1f5532e commit 8cb9764

File tree

4 files changed

+12
-18
lines changed

4 files changed

+12
-18
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- "master"
8+
- "renovate/*"
89

910
env:
1011
INI_VALUES: zend.assertions=1,error_reporting=-1

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"php": "~8.1.0 || ~8.2.0"
1515
},
1616
"require-dev": {
17-
"phpstan/phpstan": "^1.10.33",
18-
"phpstan/phpstan-phpunit": "^1.3.14",
17+
"phpstan/phpstan": "^1.10.39",
18+
"phpstan/phpstan-phpunit": "^1.3.15",
1919
"phpstan/phpstan-strict-rules": "^1.5.1",
20-
"phpunit/phpunit": "^10.3.3",
21-
"slam/php-cs-fixer-extensions": "^3.8",
22-
"slam/php-debug-r": "^1.8.0",
20+
"phpunit/phpunit": "^10.4.1",
21+
"slam/php-cs-fixer-extensions": "^3.9",
22+
"slam/php-debug-r": "^1.8.1",
2323
"symfony/console": "^6.3.4"
2424
},
2525
"autoload": {

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>Slamdunk/.github:renovate-config"
5+
]
6+
}

0 commit comments

Comments
 (0)