From d82606398b776e38f4aa6e916e25fb54dea8d1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 22 Aug 2019 09:24:33 +0200 Subject: [PATCH] Enhancement: Add basic configuration for Dependabot --- .dependabot/config.yml | 20 ++++++++++++++++++++ .gitattributes | 1 + 2 files changed, 21 insertions(+) create mode 100644 .dependabot/config.yml diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 00000000..5edc37d5 --- /dev/null +++ b/.dependabot/config.yml @@ -0,0 +1,20 @@ +# https://dependabot.com/docs/config-file/ + +version: 1 + +update_configs: + - default_assignees: + - "localheinz" + default_reviewers: + - "localheinz" + directory: "/" + ignored_updates: + - match: "composer-plugin-api" + - match: "composer/composer" + - match: "localheinz/composer-json-normalizer" + - match: "localheinz/json-normalizer" + - match: "phpunit/phpunit" + - match: "sebastian/diff" + package_manager: "php:composer" + update_schedule: "live" + version_requirement_updates: "increase_versions" diff --git a/.gitattributes b/.gitattributes index 262a7636..adb8c11c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +/.dependabot/ export-ignore /.github/ export-ignore /.travis/ export-ignore /test/ export-ignore