Skip to content

Commit

Permalink
Convert Renovate config to JS
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Apr 16, 2021
1 parent 440a03b commit 54b09d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5 → .github/renovate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
module.exports = {
extends: ["config:base"],
// https://renovatebot.com/docs/configuration-options/#commitbodytable
commitBodyTable: true,
Expand Down Expand Up @@ -173,4 +173,4 @@
automerge: true,
},
],
}
};
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json5
configurationFile: .github/renovate.js
token: ${{ secrets.RENOVATE_GITHUB_API_TOKEN }}

0 comments on commit 54b09d0

Please sign in to comment.