diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae5334e..e92c314 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,22 @@ version: 2 updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: weekly - timezone: America/Los_Angeles - day: tuesday - target-branch: "main" - open-pull-requests-limit: 99 - ignore: - - dependency-name: phpunit/phpunit - versions: - - ">= 8.a" - - "< 9" - - dependency-name: phpunit/phpunit - versions: - - ">= 9.a" - - "< 10" + - package-ecosystem: composer + directory: "/" + schedule: + interval: weekly + timezone: America/Los_Angeles + day: tuesday + target-branch: "main" + open-pull-requests-limit: 99 + ignore: + - dependency-name: phpunit/phpunit + versions: + - ">= 8.a" + - "< 9" + - dependency-name: phpunit/phpunit + versions: + - ">= 9.a" + - "< 10" - package-ecosystem: "github-actions" directory: "/" schedule: