Compare commits

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