We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
redirect.github.com
1 parent 5eed0f0 commit 1df2b4fCopy full SHA for 1df2b4f
index.js
@@ -94,6 +94,7 @@ function shortenRepoUrl(href, currentUrl = 'https://github.com') {
94
const isRedirection = [
95
'https://togithub.com', // Renovate
96
'https://github-redirect.dependabot.com', // Dependabot
97
+ 'https://redirect.github.com', // Dependabot
98
].includes(origin);
99
100
let [
0 commit comments