diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1adb9dc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: daily + time: "20:00" + open-pull-requests-limit: 10 + target-branch: develop + ignore: + - dependency-name: friendsofphp/php-cs-fixer + versions: + - 2.18.2