Skip to content

Commit

Permalink
adding config
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fraser committed Feb 16, 2022
1 parent cf8a369 commit 5df5529
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-chart-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: ./renovate.json
token: ${{secrets.WEAVEWORKSBOT_PROFILES_CATALOG_RELEASE_TOKEN}}
configurationFile: renovate.json
token: ${{secrets.WEAVEWORKSBOT_PROFILES_CATALOG_RELEASE_TOKEN}}
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"branchPrefix": "test-renovate/",
"dryRun": true,
"username": "renovate-release",
"gitAuthor": "Renovate Bot <[email protected]>",
"onboarding": false,
"platform": "github",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"labels": [
"dependencies"
],
"assigneesFromCodeOwners": true
}

0 comments on commit 5df5529

Please sign in to comment.