add Renovate configuration file and update workflow to use it
This commit is contained in:
12
.github/workflows/renovate-config.js
vendored
Normal file
12
.github/workflows/renovate-config.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
module.exports = {
|
||||||
|
username: 'renovate-release',
|
||||||
|
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||||
|
onboarding: false,
|
||||||
|
platform: 'github',
|
||||||
|
repositories: ['aggarwalakshun/k3s'],
|
||||||
|
autodiscover: false,
|
||||||
|
onboardingConfig: {
|
||||||
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
|
extends: ['config:recommended']
|
||||||
|
},
|
||||||
|
};
|
||||||
1
.github/workflows/renovate.yml
vendored
1
.github/workflows/renovate.yml
vendored
@@ -17,3 +17,4 @@ jobs:
|
|||||||
uses: renovatebot/github-action@v43.0.17
|
uses: renovatebot/github-action@v43.0.17
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
configurationFile: rerenovate-config.js
|
||||||
|
|||||||
Reference in New Issue
Block a user