Skip to content

Commit 937d5d3

Browse files
committed
✏️ typo(copier-templates-extensions): fix dependency name in README.md and in .renovaterc.json
1 parent 52d0b82 commit 937d5d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.renovaterc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"customType": "regex",
1212
"datasourceTemplate": "pypi",
1313
"depNameTemplate": "{{{ lowercase depName }}}",
14-
"description": "Match Copier and copier-template-extensions in README.md",
14+
"description": "Match Copier and copier-templates-extensions in README.md",
1515
"fileMatch": [
1616
"^README\\.md$"
1717
],
1818
"matchStrings": [
19-
"- \\*\\*(?<depName>Copier|copier-template-extensions)\\*\\* \u2265 (?<currentValue>.*?)\\s"
19+
"- \\*\\*(?<depName>Copier|copier-templates-extensions)\\*\\* \u2265 (?<currentValue>.*?)\\s"
2020
]
2121
}
2222
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A modern, batteries‑included [Copier](https://github.com/copier-org/copier) te
6464

6565
- **Python** ≥ 3.10
6666
- **Copier** ≥ 9.7.1
67-
- **copier-template-extensions** ≥ 0.3.1
67+
- **copier-templates-extensions** ≥ 0.3.1
6868
- **uv** (if not installed check [uv installation guide](https://docs.astral.sh/uv/getting-started/installation/))
6969

7070

0 commit comments

Comments
 (0)