Skip to content

Commit

Permalink
Update renovate-with-renovate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sina-schlatter authored Nov 12, 2024
1 parent 5914d6a commit 355722b
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions renovate-with-renovate.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,24 +224,8 @@ Renovate will create an Issue called "Dependency Dashboard" in GitLab with the f
"platform": "gitlab",
"endpoint": "https://companyhub.sva.de/api/v4",
"token": ${GITLAB_TOKEN},
"repositories": ["Lab/stuttgart-things/homerun/homerun-gitlab-pitcher"] ,
"dryRun": true,
"hostRules": [
{
"hostType": "docker",
"matchHost": ${HOST},
"username": ${USER},
"password": ${PASSWORD}
}
],
"logLevel": "debug", // Set to debug for detailed logs
// "packageRules": [
// {
// "matchPackageNames": ["*"],
// "enabled": true,
// "groupName": "All Updates" // Optional: To group all updates together
// }
// ]
"repositories": ["<YOUR_REPOSITORY>"] ,
"dryRun": true
}
```
Expand Down

0 comments on commit 355722b

Please sign in to comment.