diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 26ba86e33..c749861ab 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -53,6 +53,14 @@ groupName: "protobuf", separateMajorMinor: false, }, + { + description: "Update the Micrometer typed-descriptor compatibility ref weekly", + matchManagers: ["custom.regex"], + matchDatasources: ["git-refs"], + matchDepNames: ["micrometer-metrics/micrometer"], + matchCurrentValue: ["main"], + schedule: ["on sunday"], + }, ], customManagers: [ {