Skip to content

Commit fbdcf9b

Browse files
committed
fix(renovate): add sourceUrl for prometheus/client_golang lookup
1 parent 26c867f commit fbdcf9b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,16 @@
744744
"github.com/gin-contrib/sse"
745745
],
746746
"sourceUrl": "https://github.com/gin-contrib/sse"
747+
},
748+
{
749+
"description": "Fix Renovate lookup for prometheus/client_golang",
750+
"matchDatasources": [
751+
"go"
752+
],
753+
"matchPackageNames": [
754+
"github.com/prometheus/client_golang"
755+
],
756+
"sourceUrl": "https://github.com/prometheus/client_golang"
747757
}
748758
]
749759
}

0 commit comments

Comments
 (0)