Skip to content

Commit

Permalink
Added automation hub to renovate (#51)
Browse files Browse the repository at this point in the history
renovate config to search automation hub.

FYI: the token requires manually updating as renovate lacks support
renovatebot/renovate#31854 - but
hopefully in the future, they'll create an API to do this
  • Loading branch information
garethahealy authored Dec 13, 2024
1 parent cd36b09 commit 6f2292f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,22 @@
"extends": [
"config:best-practices",
"schedule:earlyMondays"
],
"packageRules": [
{
"matchDatasources": [
"galaxy-collection"
],
"registryUrls": [
"https://console.redhat.com/api/automation-hub/content/published/"
]
}
],
"hostRules": [
{
"matchHost": "https://console.redhat.com/api/automation-hub/content/published/",
"hostType": "galaxy-collection",
"token": "{{ secrets.ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_TOKEN }}"
}
]
}

0 comments on commit 6f2292f

Please sign in to comment.