Skip to content

Commit

Permalink
Fix preset
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 15, 2024
1 parent 7a45d0b commit 1d550fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
extends: [
"github>camptocamp/gs-renovate-config-preset:base.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:preset.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:base.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:ci.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:python.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:python-version.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.3.2",
"github>camptocamp/gs-renovate-config-preset:base.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:preset.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:base.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:ci.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:python.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:python-version.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.3.3",
"github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.3.3",
],
}
2 changes: 1 addition & 1 deletion preset.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
fileMatch: ["^\\.github/renovate\\.json5$"],
matchStrings: [
'"github>(?<depName>[^\\s]+)(\\:.*)?#(?<currentValue>[0-9\\.]+)"',
'"github>(?<depName>[^\\s:]+)(:.*)?#(?<currentValue>[0-9\\.]+)"',
],
datasourceTemplate: "github-tags",
},
Expand Down

0 comments on commit 1d550fe

Please sign in to comment.