Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Poetry Renovate rules, cleanup #1771

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading