Skip to content

Commit 12d4cd9

Browse files
authoredOct 22, 2024
Merge pull request #12 from kynx/renovate/configure
Configure Renovate
2 parents bdffd35 + 70cd1d9 commit 12d4cd9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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

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

0 commit comments

Comments
 (0)