Skip to content

Commit

Permalink
Add repos for Renovate to use (#349)
Browse files Browse the repository at this point in the history
- Because we're configuring our repos with a convention plugin, Renovate can't find them
  - renovatebot/renovate#21508 (comment)
  • Loading branch information
eygraber committed Apr 14, 2023
1 parent e3a51f8 commit 3c7e947
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 @@ -4,5 +4,16 @@
],
"enabledManagers": ["gradle", "gradle-wrapper", "github-actions"],
"labels": ["dependencies"],
"prHourlyLimit": 3
"prHourlyLimit": 3,
"packageRules": [
{
"matchDatasources": ["maven"],
"depType": "dependencies",
"registryUrls": [
"https://repo.maven.apache.org/maven2/",
"https://dl.google.com/dl/android/maven2/",
"https://plugins.gradle.org/m2"
]
}
]
}

0 comments on commit 3c7e947

Please sign in to comment.