diff --git a/.gitattributes b/.gitattributes index f54a231..8a48a9e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,15 @@ /.gitattributes export-ignore /.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/appveyor.yml export-ignore +/easy-coding-standard.neon export-ignore +/Makefile export-ignore +/phive.xml export-ignore +/phpcs.xml.dist export-ignore +/phpmd.xml.dist export-ignore +/phpstan.neon export-ignore +/psalm.xml export-ignore /composer.lock export-ignore /phpunit.xml.dist export-ignore /tests/ export-ignore diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c630ffa --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10