Skip to content

Commit

Permalink
Provide registry urls (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Oct 10, 2023
1 parent 5a1b0de commit 2637527
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
"ignoreUnstable": true,
"gitAuthor": "Playground Manager <126197455+playground-manager[bot]@users.noreply.github.com>",
"packageRules": [
{
"matchDatasources": [
"maven"
],
"registryUrls": [
"https://repo.maven.apache.org/maven2/",
"https://dl.google.com/dl/android/maven2/",
"https://plugins.gradle.org/m2/"
]
},
{
"matchPackageNames": [
"actions/checkout"
Expand Down

0 comments on commit 2637527

Please sign in to comment.