From d7d3efab3bd06fe25d9ce0884591f817f4eae275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 17 Sep 2024 08:55:44 +0200 Subject: [PATCH] chore: update dependabot gomod config (#11164) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9529e8d84a..01322e1982 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 updates: - package-ecosystem: gomod - directory: / + directories: + - / + - /hack/chainsaw-matrix/ + - /hack/controller-gen/ schedule: interval: daily rebase-strategy: disabled