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 }