Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 8a04587

Browse files
build: update auto-approve config for new validation (#1169) (#117)
Co-authored-by: Anthonios Partheniou <[email protected]> Source-Link: googleapis/synthtool@df7fc1e Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:6245a5be4c0406d9b2f04f380d8b88ffe4655df3cdbb57626f8913e8d620f4dd
1 parent 382b6c5 commit 8a04587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3-
digest: sha256:06c970a44680229c1e8cefa701dbc93b80468ec4a34e6968475084e4ec1e2d7d
3+
digest: sha256:6245a5be4c0406d9b2f04f380d8b88ffe4655df3cdbb57626f8913e8d620f4dd

.github/auto-approve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rules:
66
- "CHANGELOG\\.md$"
77
maxFiles: 3
88
- author: "renovate-bot"
9-
title: "^(fix\\(deps\\)|chore\\(deps\\)):"
9+
title: "^(fix|chore)\\(deps\\):"
1010
changedFiles:
11-
- "/package\\.json$"
11+
- "package\\.json$"
1212
maxFiles: 2

0 commit comments

Comments
 (0)