Skip to content

Commit

Permalink
Merge pull request #10 from kynx/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
kynx authored Oct 22, 2024
2 parents 30a1203 + 4d23d06 commit bdaf5d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/.psr-container.php.stub export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm.xml export-ignore
/renovate.json export-ignore
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": [
"github>laminas/.github:renovate-config"
]
}

0 comments on commit bdaf5d1

Please sign in to comment.