We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eec0b3 + c3d4846 commit e8b097dCopy full SHA for e8b097d
2 files changed
.github/workflows/renovate.yml
@@ -11,4 +11,5 @@ jobs:
11
- name: Self-hosted Renovate
12
uses: renovatebot/github-action@v41.0.22
13
with:
14
+ configurationFile: renovate-config.js
15
token: ${{ secrets.RENOVATE_TOKEN }}
renovate-config.js
@@ -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