Skip to content

Commit

Permalink
Merge pull request #86 from hatena/rename-regexmanagers-to-custommana…
Browse files Browse the repository at this point in the history
…gers

Rename regexManagers to customManagers
  • Loading branch information
IKEDA Sho authored Jun 18, 2024
2 parents 4ce19c8 + d29d1d1 commit d4ce281
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A [shareable config preset for Renovate](https://docs.renovatebot.com/config-pre

### ecspressoVersion.json5 (opt-in)

Updates the [ecspresso](https://github.com/kayac/ecspresso) version defined in the `.ecspresso-version` file using `regexManagers`.
Updates the [ecspresso](https://github.com/kayac/ecspresso) version defined in the `.ecspresso-version` file using `customManagers`.

```json
{
Expand Down Expand Up @@ -124,7 +124,7 @@ or extend the [Schedule Presets](https://docs.renovatebot.com/presets-schedule/)

### xcodegenSwiftPackages.json5 (opt-in)

Updates Swift packages in XcodeGen's `project.yml` using `regexManagers`.
Updates Swift packages in XcodeGen's `project.yml` using `customManagers`.

- https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#swift-package

Expand Down
2 changes: 1 addition & 1 deletion ecspressoVersion.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
regexManagers: [
customManagers: [
{
fileMatch: ["^\\.ecspresso-version$"],
matchStrings: ["(?<currentValue>\\d+\\.\\d+\\.\\d+)"],
Expand Down
2 changes: 1 addition & 1 deletion limitDockerNodeUpdatesToLTS.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
"customManagers": [
{
// match dockerfiles
// https://github.com/renovatebot/renovate/blob/ae05eae500ad26ad93b0df7b00c26b85cc3be2ce/lib/modules/manager/dockerfile/index.ts#L10
Expand Down
2 changes: 1 addition & 1 deletion xcodegenSwiftPackages.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
regexManagers: [
customManagers: [
// https://speakerdeck.com/ikesyo/renovateniyoruiosraiburarifalsezi-dong-geng-xin?slide=19
{
fileMatch: ["(^|/)project\\.ya?ml$", "(^|/)[Xx]code[Gg]en/.+\\.ya?ml$"],
Expand Down

0 comments on commit d4ce281

Please sign in to comment.