diff --git a/.github/workflows/renovate-config.js b/.github/workflows/renovate-config.js new file mode 100644 index 0000000..d3baffe --- /dev/null +++ b/.github/workflows/renovate-config.js @@ -0,0 +1,12 @@ +module.exports = { + username: 'renovate-release', + gitAuthor: 'Renovate Bot ', + onboarding: false, + platform: 'github', + repositories: ['aggarwalakshun/k3s'], + autodiscover: false, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'] + }, +}; \ No newline at end of file diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 111da52..b12bc61 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,3 +17,4 @@ jobs: uses: renovatebot/github-action@v43.0.17 with: token: ${{ secrets.RENOVATE_TOKEN }} + configurationFile: rerenovate-config.js