Skip to content

Commit

Permalink
added renovatebot user
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo committed Sep 29, 2024
1 parent d370da9 commit 680b0be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/renovate-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"constraints": {
"python": "==3.11"
},
"platformCommit": "enabled",
"pip-compile": {
"fileMatch": ["^requirements\\.txt$", "^dev-requirements\\.txt$"],
"lockFileMaintenance": {
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.RENOVATE_APP_ID }}
private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}

- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
with:
token: '${{ secrets.RENOVATE_TOKEN }}'
token: '${{ steps.app-token.outputs.token }}'
docker-user: root
configurationFile: .github/renovate-config.json
env:
LOG_LEVEL: 'debug'
RENOVATE_PLATFORM_COMMIT: 'true'

0 comments on commit 680b0be

Please sign in to comment.