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

build: auto-approve renovate-bot PRs for minor updates (#1145) #342

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
digest: sha256:e59b73e911585903ee6b8a1c5246e93d9e9463420f597b6eb2e4b616ee8a0fee
digest: sha256:41d5457ff79c3945782ab7e23bf4d617fd7bf3f2b03b6d84808010f7d2e10ca2
7 changes: 6 additions & 1 deletion .github/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ rules:
changedFiles:
- "package\\.json$"
- "CHANGELOG\\.md$"
maxFiles: 3
maxFiles: 3
- author: "renovate-bot"
title: "^(fix\\(deps\\)|chore\\(deps\\)):"
changedFiles:
- "/package\\.json$"
maxFiles: 2