Skip to content

Commit

Permalink
Manual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 7, 2025
1 parent ce14ad7 commit 58438b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
19 changes: 2 additions & 17 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
extends: [
'github>camptocamp/gs-renovate-config-preset:base.json5#0.7.0',
'github>camptocamp/gs-renovate-config-preset:base.json5#0.7.1',
'github>camptocamp/gs-renovate-config-preset:group.json5#0.7.0',
'github>camptocamp/gs-renovate-config-preset:stabilization-branches.json5#0.7.0',
'config:base',
'github>camptocamp/gs-renovate-config-preset:preset.json5#0.7.0',
'github>camptocamp/gs-renovate-config-preset:ci.json5#0.7.0',
'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.7.0',
'github>camptocamp/gs-renovate-config-preset:docker.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:own.json5#0.7.0',
'github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.7.0',
'github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.7.0',
],
separateMultipleMajor: true,
semanticCommits: 'disabled',
baseBranches: ['3.28', '3.29', '3.30', '3.31', 'master'],
customManagers: [
{
Expand All @@ -21,22 +19,9 @@
datasourceTemplate: 'maven',
customType: 'regex',
},
/** Do update on the schema present in the ci/config.yaml */
{
fileMatch: ['^ci/config\\.yaml$'],
matchStrings: [
'.*https://raw\\.githubusercontent\\.com/(?<depName>[^\\s]+)/(?<currentValue>[0-9\\.]+)/.*',
],
datasourceTemplate: 'github-tags',
customType: 'regex',
},
],
packageRules: [
/** Docker images versioning */
{
matchDatasources: ['docker'],
versioning: 'loose',
},
{
matchDatasources: ['docker'],
versioning: 'regex:^(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?(-(?<compatibility>.*))$',
Expand Down
3 changes: 1 addition & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
c2cciutils[checks,publish]==1.7.3
security.md==1.0.0
c2cciutils==1.7.3
pre-commit==4.1.0
tag-publish==0.13.3

0 comments on commit 58438b6

Please sign in to comment.