Skip to content

Commit 1df2b4f

Browse files
authored
Add new redirect domain redirect.github.com (#51)
1 parent 5eed0f0 commit 1df2b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function shortenRepoUrl(href, currentUrl = 'https://github.com') {
9494
const isRedirection = [
9595
'https://togithub.com', // Renovate
9696
'https://github-redirect.dependabot.com', // Dependabot
97+
'https://redirect.github.com', // Dependabot
9798
].includes(origin);
9899

99100
let [

0 commit comments

Comments
 (0)