{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ], "bumpVersion": "patch", "ignoreDeps": [ "mcr.microsoft.com/vscode/devcontainers/rust" ], "regexManagers": [ { "description": "Update rlottie git tag", "fileMatch": "^scripts\\/build_rlottie.sh$", "matchStrings": [ "^REPO=\"(?.*?)\"$", "^git checkout (?.*?)$" ], "depNameTemplate": "rlottie", "datasourceTemplate": "github-tags" } ] }