Skip to content

Commit

Permalink
chore(python): exclude path in renovate.json [autoapprove] (#354)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@87ab1ca
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:69750c4d0ec4139bdd1f0c940196d517bfaf1d9ee5288041a861c465b70af6e4

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Aug 27, 2022
1 parent a2e95b2 commit a9a3aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:8e84e0e0d71a0d681668461bba02c9e1394c785f31a10ae3470660235b673086
# created: 2022-08-24T15:24:05.205983455Z
digest: sha256:69750c4d0ec4139bdd1f0c940196d517bfaf1d9ee5288041a861c465b70af6e4
# created: 2022-08-26T19:26:46.694540346Z
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
":preserveSemverRanges",
":disableDependencyDashboard"
],
"ignorePaths": [".pre-commit-config.yaml"],
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt"],
"pip_requirements": {
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
}
Expand Down

0 comments on commit a9a3aba

Please sign in to comment.