Skip to content

Commit

Permalink
style: apply autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Jan 2, 2025
1 parent 3888753 commit 669ddc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
14 changes: 4 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
// ref: https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
customManagers: [
{

customType: "regex",
fileMatch: [
"^README.md$",
],
matchStrings: [
"github>risu729/renovate-config#(?<currentValue>[0-9.]+)",
],
fileMatch: ["^README.md$"],
matchStrings: ["github>risu729/renovate-config#(?<currentValue>[0-9.]+)"],
datasourceTemplate: "github-releases",
depNameTemplate: "risu729/renovate-config",

}
]
},
],
}
2 changes: 1 addition & 1 deletion default.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions src/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,8 @@
// support renovate config presets
{
customType: "regex",
fileMatch: [
"^(\\.github)/?renovate\\.json5?$",
],
matchStrings: [
"github>risu729/renovate-config#(?<currentValue>[0-9.]+)",
],
fileMatch: ["^(\\.github)/?renovate\\.json5?$"],
matchStrings: ["github>risu729/renovate-config#(?<currentValue>[0-9.]+)"],
datasourceTemplate: "github-releases",
depNameTemplate: "risu729/renovate-config",
},
Expand Down

0 comments on commit 669ddc8

Please sign in to comment.