Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update owlbot cli sha using renovate (#3410)
In this PR: - Update owlbot-cli sha using renovate Bot ([doc](https://docs.renovatebot.com/modules/datasource/git-refs/)). - Group image dependency updates to a single PR. Debug output of renovate: ``` { "deps": [ { "depName": "repo-automation-bots", "packageName": "https://github.com/googleapis/repo-automation-bots", "currentValue": "main", "currentDigest": "ab222d9a20bb27586433caedc70f049b7853db7e", "datasource": "git-refs", "replaceString": "OWLBOT_CLI_COMMITTISH=ab222d9a20bb27586433caedc70f049b7853db7e\n", "updates": [ { "updateType": "digest", "newValue": "main", "newDigest": "f66cf627d08d80cba67521e4db491c8e4e4ad315", "branchName": "renovate/library-generation-image-updates" } ], "versioning": "semver-coerced", "warnings": [] } ], "matchStrings": ["OWLBOT_CLI_COMMITTISH=(?<currentDigest>.*?)\\n"], "depNameTemplate": "repo-automation-bots", "packageNameTemplate": "https://github.com/googleapis/repo-automation-bots", "currentValueTemplate": "main", "datasourceTemplate": "git-refs", "packageFile": ".cloudbuild/library_generation/library_generation.Dockerfile" } ```
- Loading branch information