Skip to content

Commit

Permalink
Activate Renovatebot
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Oct 20, 2023
1 parent d511816 commit 402f4ca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/ci.yaml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "master"
- "renovate/*"

env:
INI_VALUES: zend.assertions=1,error_reporting=-1
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "slam/php-p7m-reader",
"description": "P7M Reader",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Filippo Tessarotto",
Expand All @@ -15,11 +16,11 @@
"symfony/process": "^6.3.4"
},
"require-dev": {
"phpstan/phpstan": "^1.10.33",
"phpstan/phpstan-phpunit": "^1.3.14",
"phpunit/phpunit": "^10.3.2",
"slam/php-cs-fixer-extensions": "^3.8",
"slam/php-debug-r": "^1.8.0",
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.1",
"slam/php-cs-fixer-extensions": "^3.9",
"slam/php-debug-r": "^1.8.1",
"slam/phpstan-extensions": "^6.0.0"
},
"autoload": {
Expand Down
4 changes: 1 addition & 3 deletions lib/P7MReaderException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@

use RuntimeException;

final class P7MReaderException extends RuntimeException
{
}
final class P7MReaderException extends RuntimeException {}
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>Slamdunk/.github:renovate-config"
]
}

0 comments on commit 402f4ca

Please sign in to comment.