Skip to content

Commit

Permalink
Merge pull request #1771 from camptocamp/renovate-poetry
Browse files Browse the repository at this point in the history
Update Poetry Renovate rules, cleanup
  • Loading branch information
sbrunner authored Jun 19, 2024
2 parents e949a42 + 1f9cdad commit 4881330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
15 changes: 1 addition & 14 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
/** Group Poetry packages */
{
matchPackagePrefixes: ['poetry'],
matchDepNames: ['poetry', 'poetry-.*'],
groupName: 'Poetry',
automerge: true,
},
Expand All @@ -82,19 +82,6 @@
groupName: 'codespell',
matchDepNames: ['codespell'],
},
/** Update dpkg versions every day */
{
matchPaths: ['^ci/dpkg-versions\\.yaml$'],
schedule: ['at any time'],
groupName: 'dpkg',
automerge: true,
},
{
matchDatasources: ['repology'],
schedule: ['at any time'],
groupName: 'dpkg',
automerge: true,
},
/** Support the 4 parts of shellcheck-py version with a v prefix */
{
versioning: 'regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$',
Expand Down
6 changes: 0 additions & 6 deletions example-project/.github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
fileMatch: ['^.pre-commit-config.yaml$'],
matchStrings: [" +- '?(?<depName>[^' @=]+)(@|==)(?<currentValue>[^' @=]+)'? # (?<datasource>.+)"],
},
{
fileMatch: ['^ci/dpkg-versions.yaml$'],
matchStrings: [" *(?<depName>[^'\\s]+): '?(?<currentValue>[^'\\s/]*[0-9][^'\\s/]*)'?"],
datasourceTemplate: 'repology',
versioningTemplate: 'loose',
},
],
packageRules: [
/** Automerge the patch, the minor and the dev dependency */
Expand Down

0 comments on commit 4881330

Please sign in to comment.