Compare commits

..

5 Commits

Author SHA1 Message Date
435b27fd98 Update actions/checkout action to v6 2025-12-31 12:01:49 +00:00
bc9e94a24d Merge pull request 'Update actions/checkout action to v5' (#2) from renovate/actions-checkout-5.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
Reviewed-on: http://gitea-server:3000/renovate-bot/renovate-config/pulls/2
2025-10-24 22:00:59 +00:00
2d14a1cccf Update actions/checkout action to v5 2025-10-24 21:58:51 +00:00
99071b6cf1 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
renovate / renovate (push) Successful in 1m42s
Reviewed-on: http://gitea-server:3000/renovate-bot/renovate-config/pulls/1
2025-10-24 21:57:08 +00:00
0551d0504b Add renovate.json 2025-07-05 22:14:58 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ jobs:
options: --add-host crunchy-orchestrator:gitea-server options: --add-host crunchy-orchestrator:gitea-server
network: gitea-internal network: gitea-internal
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"
]
}