Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
commit
1d29303f8d
21
.gitea/workflows/renovate.yml
Normal file
21
.gitea/workflows/renovate.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Renovate
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "@daily"
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
runs-on: alpine
|
||||||
|
container: ghcr.io/renovatebot/renovate:38
|
||||||
|
steps:
|
||||||
|
- name: "Checkout code"
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: "Renovate"
|
||||||
|
run: renovate
|
||||||
|
env:
|
||||||
|
RENOVATE_CONFIG_FILE: "/workspace/louis/renovate-configuration/config.js"
|
||||||
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
11
config.js
Normal file
11
config.js
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
module.exports = {
|
||||||
|
"endpoint": "https://git.louis-vallat.dev/api/v1",
|
||||||
|
"gitAuthor": "Renovate <louis+renovate_bot@louis-vallat.dev>",
|
||||||
|
"platform": "gitea",
|
||||||
|
"onboardingConfigFileName": "renovate.json",
|
||||||
|
"autodiscover": true,
|
||||||
|
"autodiscoverFilter": ["louis/*"],
|
||||||
|
"optimizeForDisabled": true,
|
||||||
|
"forkProcessing": "disabled",
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user