Skip to content

Commit 00e1cfa

Browse files
dev: add renovate registry urls for clojars and github
1 parent 8d6bad2 commit 00e1cfa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/config/renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"matchManagers": ["deps-edn"],
88
"groupName": "Clojure dependencies",
99
"semanticCommitType": "chore",
10-
"semanticCommitScope": "deps"
10+
"semanticCommitScope": "deps",
11+
"registryUrls": [
12+
"https://repo.clojars.org",
13+
"https://repo1.maven.org",
14+
"https://raw.githubusercontent.com"
15+
]
1116
},
1217
{
1318
"description": "GitHub Action updates Pull Request",

0 commit comments

Comments
 (0)