Skip to content

Commit

Permalink
fix(renovate): add sonatype snapshots repo to config
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwu10 committed Mar 22, 2024
1 parent 40570cc commit 6d3ea46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
"matchPackageNames": ["edu.berkeley.cs:chiseltest"],
"allowedVersions": "~0.6", // Chisel 3.6 (chipyard chisel)
},
{
// Pull rocket-chip from Sonatype OSS snapshot repos
"matchPackageNames": ["edu.berkeley.cs:rocketchip-3.6.0"],
"registryUrls": [
"https://oss.sonatype.org/content/repositories/snapshots",
"https://s01.oss.sonatype.org/content/repositories/snapshots",
],
},
],
"regexManagers": [
{
Expand Down

0 comments on commit 6d3ea46

Please sign in to comment.