Skip to content

Commit 7d8351c

Browse files
authored
Merge branch 'main' into renovate/all
2 parents 07521d5 + 85ff5b1 commit 7d8351c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
templated_files,
6666
excludes=[
6767
"noxfile.py",
68+
"renovate.json",
6869
"docs/multiprocessing.rst",
6970
"docs/index.rst",
7071
".coveragerc",
@@ -76,7 +77,7 @@
7677
".kokoro/continuous/prerelease-deps.cfg",
7778
".kokoro/samples/python3.7/**",
7879
".kokoro/samples/python3.8/**",
79-
".github/workflows", # exclude gh actions as credentials are needed for tests
80+
".github/workflows/**", # exclude gh actions as credentials are needed for tests
8081
"README.rst",
8182
],
8283
)

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"],
99
"pip_requirements": {
1010
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
11-
}
11+
},
12+
"packageRules": [
13+
{
14+
"matchFileNames": ["pyproject.toml"],
15+
"matchStrings": ["matplotlib (.*); python_version == '3.9'"],
16+
"allowedVersions": ">= 3.7.1, <= 3.9.2"
17+
}
18+
]
1219
}

0 commit comments

Comments
 (0)