Compare commits

..
1 Commits
Author SHA1 Message Date
renovate-bot 9747066aaf Update actions/checkout action to v6 2026-01-20 17:08:56 +00:00
2 changed files with 3 additions and 12 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.269.1 container: ghcr.io/renovatebot/renovate:42.85.8
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v6
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
+1 -10
View File
@@ -1,6 +1,6 @@
module.exports = { module.exports = {
"platform": "gitea", "platform": "gitea",
"endpoint": "http://server:3000/api/v1", "endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint
"username": "renovate-bot", "username": "renovate-bot",
"gitAuthor": "Renovate <[email protected]>", "gitAuthor": "Renovate <[email protected]>",
"autodiscover": true, "autodiscover": true,
@@ -10,13 +10,4 @@ module.exports = {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json"
}, },
"optimizeForDisabled": true, "optimizeForDisabled": true,
hostRules: [
{
matchHost: "git.akumatic.eu",
hostType: "gitea",
resolveHost: "server",
protocol: "http",
port: 3000
}
]
}; };