Skip to content

Commit 497a427

Browse files
renovate[bot]renovate-botsimPod
authored
Configure Renovate (#39)
* Add renovate.json * chore: configure renovate.json Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Simon Podlipsky <[email protected]>
1 parent c323225 commit 497a427

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
/phpstan-baseline.neon export-ignore
1010
/phpunit.xml.dist export-ignore
1111
/psalm.xml.dist export-ignore
12+
/renovate.json export-ignore
1213
/tests export-ignore

.github/dependabot.yml

-8
This file was deleted.

phpcs.xml.dist

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<arg name="cache" value=".phpcs-cache" />
77
<arg name="colors" />
88

9+
<config name="php_version" value="70400" />
10+
911
<!-- Ignore warnings, show progress of the run and show sniff names -->
1012
<arg value="nps" />
1113

renovate.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"github>simPod/renovatebot-presets:php-lib"
4+
]
5+
}

0 commit comments

Comments
 (0)