Skip to content

Commit

Permalink
Revert "ci: renovate pgp key"
Browse files Browse the repository at this point in the history
This reverts commit 28d7301.
  • Loading branch information
j-zimnowoda committed May 3, 2024
1 parent 552122e commit 399be96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.js → .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["auto-chart-update"],
"branchPrefix": "renovate-",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
RENOVATE_PRIVATE_KEY: '${{ secrets.RENOVATE_PGP_PRIVATE_KEY }}'
LOG_LEVEL: debug
with:
configurationFile: .github/renovate.js
configurationFile: .github/renovate.json
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}

0 comments on commit 399be96

Please sign in to comment.