Skip to content

Commit

Permalink
Merge pull request #40 from kynx/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
kynx authored Oct 31, 2024
2 parents 17550ff + 2c50423 commit 271b306
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 @@ -8,4 +8,5 @@
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/psalm-baseline.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 271b306

Please sign in to comment.