From 261256c4a9583534bf87938a766123eca7293461 Mon Sep 17 00:00:00 2001 From: vladyslavstartsev <17382248+vladyslavstartsev@users.noreply.github.com> Date: Fri, 19 Jun 2020 10:06:01 +0300 Subject: [PATCH 1/2] remove (from publishing) files that are not needed for end user --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 From bebc5c75357d59a9d1479b8904704d97556ebaf9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 19:32:06 +0000 Subject: [PATCH 2/2] Create Dependabot config file --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml 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