Skip to content

Commit

Permalink
Add jitpack to the renovate maven urls
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Oct 14, 2023
1 parent 63eb2e7 commit ce4d82d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,20 @@
"io.nlopez.compose.rules",
"io.github.usefulness"
]
},
{
"matchDatasources": [
"maven"
],
"registryUrls": [
"https://jitpack.io/"
],
"matchPackagePrefixes": [
"com.github.PaulWoitaschek"
]
}
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"configMigration": true
}
}

0 comments on commit ce4d82d

Please sign in to comment.