Skip to content

Commit

Permalink
🔨 Troubleshoot renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 8, 2022
1 parent d7a3ef9 commit eae8c3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: 'debug'
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"branchPrefix": "renovate/",
"username": "renovate-release",
"gitAuthor": "Renovate Bot <[email protected]>",
"platform": "github",
"repositories": [
"asciidoctor/asciidoctor.js"
],
"separateMajorMinor": false,
"extends": [
":preserveSemverRanges",
Expand Down

0 comments on commit eae8c3e

Please sign in to comment.