Skip to content

Commit 70cd1d9

Browse files
author
matt
committed
Extend laminas renovate config
1 parent bf07fbc commit 70cd1d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
/.psr-container.php.stub export-ignore
88
/phpcs.xml export-ignore
99
/phpunit.xml.dist export-ignore
10-
/psalm.xml export-ignore
10+
/psalm.xml export-ignore
11+
/renovate.json export-ignore

renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"github>laminas/.github:renovate-config"
55
]
6-
}
6+
}

0 commit comments

Comments
 (0)