Skip to content

Commit

Permalink
Create or update a Poetry group for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 10, 2022
1 parent bae5fdd commit cde2a50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@
},
/** Group Poetry packages */
{
matchPackageNames: [
'poetry',
'poetry-core',
'poetry-plugin-tweak-dependencies-version',
'poetry-dynamic-versioning',
],
matchPackageNames: ['poetry', 'pip'],
matchPackagePrefixes: ['poetry-'],
groupName: 'Poetry',
automerge: true,
separateMajorMinor: false,
Expand Down
6 changes: 5 additions & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
c2cciutils[checks,publish]==1.3.11
jsonschema2md==0.4.0
jsonschema-gentypes==1.3.1
poetry-plugin-export==1.1.0
poetry==1.2.1
poetry-core==1.2.0
poetry-plugin-tweak-dependencies-version==1.0.0
poetry-dynamic-versioning==0.20.0
poetry-plugin-export==1.1.0
pip==21.3.1
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
poetry==1.2.2
poetry-core==1.3.2 # not directly required, pinned by Snyk to avoid a vulnerability
poetry-plugin-tweak-dependencies-version==1.1.0
poetry==1.2.1
poetry-core==1.2.0
poetry-plugin-tweak-dependencies-version==1.0.0
poetry-dynamic-versioning==0.20.0
poetry-plugin-export==1.1.0
pip==21.3.1

0 comments on commit cde2a50

Please sign in to comment.