FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bigquery/renovate.json at main · googleapis/python-bigquery · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
googleapis
/
python-bigquery
Public archive
Notifications
You must be signed in to change notification settings
Fork
324
Star
798
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-bigquery
/
renovate.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 612 Bytes
Breadcrumbs
python-bigquery
/
renovate.json
Copy path
File metadata and controls
19 lines (19 loc) · 612 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"extends"
: [
"
config:base
"
,
"
group:all
"
,
"
:preserveSemverRanges
"
,
"
:disableDependencyDashboard
"
],
"ignorePaths"
: [
"
.pre-commit-config.yaml
"
,
"
.kokoro/requirements.txt
"
,
"
setup.py
"
,
"
.github/workflows/unittest.yml
"
,
"
.github/workflows/docs.yml
"
],
"pip_requirements"
: {
"fileMatch"
: [
"
requirements-test.txt
"
,
"
samples/[
\\
S/]*constraints.txt
"
,
"
samples/[
\\
S/]*constraints-test.txt
"
]
},
"packageRules"
: [
{
"matchFileNames"
: [
"
pyproject.toml
"
],
"matchStrings"
: [
"
matplotlib (.*); python_version == '3.9'
"
],
"allowedVersions"
:
"
>= 3.7.1, <= 3.9.2
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL