Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
name: Run Renovate
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 3 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/[email protected]
|
||||||
|
- name: Self-hosted Renovate
|
||||||
|
uses: renovatebot/[email protected]
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
configurationFile: renovate-config.js
|
||||||
|
logLevel: debug
|
||||||
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
module.exports = {
|
||||||
|
endpoint: 'https://gitea.kovagoadi.hu/',
|
||||||
|
platform: 'gitea',
|
||||||
|
onboardingConfig: {
|
||||||
|
extends: ['config:recommended'],
|
||||||
|
},
|
||||||
|
autodiscover: true,
|
||||||
|
log_level: 'debug'
|
||||||
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user