Skip to content

Commit

Permalink
Merge pull request #56 from laminas/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Ocramius committed Jul 22, 2022
2 parents 74a36a0 + ad6d435 commit 8d97f93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"sort-packages": true,
"platform": {
"php": "7.3.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
Expand Down
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": [
"local>laminas/.github:renovate-config"
]
}

0 comments on commit 8d97f93

Please sign in to comment.