From c0fd15ee05ca69aecd36fcc98002ab5bca81097e Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 17 Dec 2020 05:44:10 -0800 Subject: [PATCH] Add Dependabot config --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4342d12 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: weekly + timezone: America/Los_Angeles + day: tuesday + open-pull-requests-limit: 99 + ignore: + - dependency-name: phpunit/phpunit + versions: + - ">= 8.a" + - "< 9" + - dependency-name: phpunit/phpunit + versions: + - ">= 9.a" + - "< 10" +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + timezone: America/Los_Angeles + day: tuesday + open-pull-requests-limit: 99