Skip to content

Commit 7372f42

Browse files
authored
Merge pull request #9 from 123inkt/renovate/configure
Configure Renovate
2 parents 6018d0e + 51ab885 commit 7372f42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"run:plugin": "DR\\CodeSnifferBaseline\\Plugin\\Plugin::run",
3333
"check": ["@check:phpstan", "@check:phpmd", "@check:phpcs"],
3434
"check:phpstan": "phpstan analyse",
35-
"check:phpmd": "phpmd src,tests text phpmd.xml.dist --suffixes=php",
35+
"check:phpmd": "phpmd src,tests text phpmd.xml.dist --suffixes php",
3636
"check:phpcs": "phpcs src tests",
3737
"fix": "@fix:phpcbf",
3838
"fix:phpcbf": "phpcbf src tests",

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>123inkt/.github:renovate-config"
5+
]
6+
}

0 commit comments

Comments
 (0)