From f8a2061f058bbe7a64ac12cb1b0978a416c7dfc1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 20:01:32 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a38ac77 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +registries: + git-github-com: + type: git + url: https://github.com + username: x-access-token + password: "${{secrets.GIT_GITHUB_COM_PASSWORD}}" + +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: daily + time: "10:00" + open-pull-requests-limit: 20 + ignore: + - dependency-name: vimeo/psalm + versions: + - 4.4.0 + - 4.5.0 + - 4.6.0 + registries: + - git-github-com