From aa43157deb475a2a1a5ad3568f62badb6eb57254 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Mon, 16 Oct 2023 15:12:55 +0800 Subject: [PATCH] Renovate/configure (#9) (#13) * Update Makefile * Add renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test - [ ] Integration test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test > - [ ] I checked and no code files have been changed. > Side effects - [ ] Performance regression: Consumes more CPU - [ ] Performance regression: Consumes more Memory - [ ] Breaking backward compatibility Documentation - [ ] Affects user behaviors - [ ] Contains syntax changes - [ ] Contains variable changes - [ ] Contains experimental features - [ ] Changes MySQL compatibility ### Release note Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note. ```release-note None ``` --- renovate.json => .github/renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename renovate.json => .github/renovate.json (50%) diff --git a/renovate.json b/.github/renovate.json similarity index 50% rename from renovate.json rename to .github/renovate.json index 39a2b6e9a55b8..a05b9a72ec274 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "bazel": { + "fileMatch": [ + "(^|/)WORKSPACE(|\\.bazel)$", + "\\.bzl$" + ] + } }