Skip to content

Commit 8b16275

Browse files
committed
Update catalog.py with new renovaterc paths
1 parent a369627 commit 8b16275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/check_jsonschema/catalog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
168168
"files": [
169169
r"renovate\.(json|json5)",
170170
r"\.(github|gitlab)/renovate\.(json|json5)",
171-
r"\.renovaterc(\.json)?",
171+
r"\.renovaterc",
172+
r"\.renovaterc\.(json|json5)",
172173
],
173174
},
174175
},

0 commit comments

Comments
 (0)