Skip to content

Commit e8b097d

Browse files
Merge pull request #3 from nicolasbender/renovate
Further fixes (maybe)
2 parents 1eec0b3 + c3d4846 commit e8b097d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
- name: Self-hosted Renovate
1212
uses: renovatebot/github-action@v41.0.22
1313
with:
14+
configurationFile: renovate-config.js
1415
token: ${{ secrets.RENOVATE_TOKEN }}

renovate-config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
username: 'renovate-release',
3+
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
4+
onboarding: false,
5+
platform: 'github',
6+
forkProcessing: 'enabled',
7+
dryRun: 'full',
8+
repositories: ['nicolasbender/nodejs']
9+
}

0 commit comments

Comments
 (0)