Skip to content

Commit

Permalink
ci: test secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Oct 31, 2023
1 parent 3c88717 commit d165d86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@
"commitMessageTopic": "{{groupSlug}} dependencies",
"commitMessageExtra": ""
},

"hostRules": [
{
"hostType": "docker",
"matchHost": "docker.io",
"username": "graphops",
"password": "${RENOVATE_TEST}"
}
],


{
"matchManagers": ["helm-requirements", "helm-values", "regex"],
"postUpgradeTasks": {
Expand Down

0 comments on commit d165d86

Please sign in to comment.