use renovate app instead
This commit is contained in:
20
.github/workflows/renovate.yml
vendored
20
.github/workflows/renovate.yml
vendored
@@ -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
|
|
||||||
@@ -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']
|
|
||||||
},
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user