From 78d0277bccd40cb3f40977967ff71ed3b464134e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 3 Jun 2025 13:22:32 +0200 Subject: [PATCH] Add graby-site-config in dependabot configuration --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0b09fe6e..da9b2ac63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,6 +35,9 @@ updates: phpstan-dependencies: patterns: - "phpstan/*" + graby-site-config: + patterns: + - "j0k3r/graby-site-config" reviewers: - j0k3r - yguedidi