use renovate app instead

This commit is contained in:
2025-10-15 12:07:13 +05:30
parent c695dd5100
commit 1b1215dff2
2 changed files with 0 additions and 33 deletions

View File

@@ -1,20 +0,0 @@
name: renovate
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run Renovate
uses: renovatebot/github-action@v43.0.17
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: renovate-config.js

View File

@@ -1,13 +0,0 @@
module.exports = {
username: 'renovate-release',
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
onboarding: false,
platform: 'github',
repositories: ['aggarwalakshun/k3s'],
autodiscover: false,
persistRepoData: true,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended']
},
};