Skip to content

Commit 172d3f0

Browse files
authored
Merge pull request #857 from scop/ci/config-tweaks
ci: config tweaks
2 parents a406f3d + f6a2964 commit 172d3f0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

renovate.json renamed to .github/renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
34
"config:base",
45
":prConcurrentLimit20",
5-
":preserveSemverRanges"
6+
":preserveSemverRanges",
7+
":semanticPrefixChore"
68
],
79
"ignorePresets": [
810
":dependencyDashboard",
9-
":ignoreModulesAndTests"
11+
":ignoreModulesAndTests",
12+
":semanticPrefixFixDepsChoreOthers"
1013
],
1114
"semanticCommits": "enabled",
1215
"commitMessageTopic": "{{depName}}",
@@ -34,7 +37,6 @@
3437
{
3538
"matchPackagePatterns": ["(^|/)black$"],
3639
"versioning": "pep440",
37-
"ignoreUnstable": false,
3840
"groupName": "black"
3941
},
4042
{

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: ">=3.7"
17-
- uses: actions/cache@v3
18-
with:
19-
path: ~/.cache/pip
20-
key: pip-${{hashFiles('test/requirements*.txt')}}
17+
cache: pip
18+
cache-dependency-path: test/requirements*.txt
2119
- uses: actions/cache@v3
2220
with:
2321
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)