add Renovate configuration file and update workflow to use it

This commit is contained in:
2025-10-15 11:54:56 +05:30
parent 14ab426c9e
commit a01e72d872
2 changed files with 13 additions and 0 deletions

12
.github/workflows/renovate-config.js vendored Normal file
View 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']
},
};

View File

@@ -17,3 +17,4 @@ jobs:
uses: renovatebot/github-action@v43.0.17
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: rerenovate-config.js