Skip to content

Commit

Permalink
chore: add constraints file check for python samples (#8)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/aad321ad-c931-4b99-9785-541e8f5ce0bd/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

Source-Link: googleapis/synthtool@0a071b3
  • Loading branch information
yoshi-automation authored Apr 11, 2021
1 parent 940c0c4 commit 6f39efc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{"allowedCopyrightHolders": ["Google LLC"],
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt"],
"sourceFileExtensions": [
"ts",
"js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
"AuthFailAction",
"AuthorizedCertificate",
"AuthorizedCertificateView",
"AuthorizedCertificatesClient",
"AuthorizedDomain",
"AuthorizedDomainsClient",
"AutomaticScaling",
Expand Down Expand Up @@ -163,6 +162,7 @@
"Deployment",
"DiskUtilization",
"DomainMapping",
"DomainMappingsClient",
"DomainOverrideStrategy",
"EndpointsApiService",
"Entrypoint",
Expand Down Expand Up @@ -235,5 +235,5 @@
"Volume",
"VpcAccessConnector",
"ZipInfo",
"DomainMappingsClient",
"AuthorizedCertificatesClient",
)
5 changes: 4 additions & 1 deletion packages/google-cloud-appengine-admin/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": [
"config:base", ":preserveSemverRanges"
],
"ignorePaths": [".pre-commit-config.yaml"]
"ignorePaths": [".pre-commit-config.yaml"],
"pip_requirements": {
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-appengine-admin/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-appengine-admin.git",
"sha": "b23b075ae60fb5b7452e9c996b0febdeea81c50e"
"sha": "29d67f947f488bd15684a525ee408f42d41fa1e6"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "705743e66f5c0b24a95f7f30619c9d3ef747b317"
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "705743e66f5c0b24a95f7f30619c9d3ef747b317"
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
}
}
],
Expand Down

0 comments on commit 6f39efc

Please sign in to comment.