From ed6be40fb03f4ebc993c6993cf8f8ee206b29eb1 Mon Sep 17 00:00:00 2001 From: Yaseen Ahmed Khan Date: Wed, 24 Jun 2026 12:33:37 +0530 Subject: [PATCH] update renovate.json to use the renovate-config-public repo --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 532d23fb..64c6ff78 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "local>cognitedata/renovate-config-public" ], - "ignoreDeps": ["python"] + "ignoreDeps": ["python"], + "pinDigests": true }