Skip to content

Commit

Permalink
fix(src/default.json5): only include .github/renovate.json5 in self m…
Browse files Browse the repository at this point in the history
…anager (#15)

* fix(src/default.json5): only include .github/renovate.json5 in self manager

* style: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
risu729 and autofix-ci[bot] authored Jan 2, 2025
1 parent 5b946d3 commit f103bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.

2 changes: 1 addition & 1 deletion src/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
// support renovate config presets
{
customType: "regex",
fileMatch: ["^(\\.github)\\/?renovate\\.json5?$"],
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 f103bdf

Please sign in to comment.