From 686a75d1870fc9e6fb69a35962114a5a6fb1ae9a Mon Sep 17 00:00:00 2001 From: Tomasz Pasternak Date: Tue, 3 Sep 2024 08:54:51 +0200 Subject: [PATCH] chore: Extend renovate to examples --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd6a94..ede35272d85 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchFileNames": ["**/MODULE.bazel"], + "groupName": "Bazel module files" + } ] }