Compare commits

..

4 Commits

Author SHA1 Message Date
4c8e27b6ae Update actions/checkout action to v6 2025-11-21 12:02:47 +00:00
589bb56777 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
renovate / renovate (push) Successful in 2m25s
Reviewed-on: #1
2025-11-03 03:28:32 +00:00
63f5940e35 Merge branch 'main' into renovate/configure 2025-11-03 03:28:24 +00:00
0821f5f1e3 Add renovate.json 2025-11-01 18:10:49 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}