Compare commits

..

1 Commits

Author SHA1 Message Date
cbe02fa93c Update ghcr.io/renovatebot/renovate Docker tag to v39.238.2 2025-04-12 00:02:17 +00:00
3 changed files with 7 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ name: renovate
on:
schedule:
- cron: "0 */8 * * *"
- cron: "@daily"
push:
branches:
- main
@@ -13,12 +13,11 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.52.0
container: ghcr.io/renovatebot/renovate:39.238.2
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}

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 <renovate.bot@akumatic.eu>",
"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
}
]
};

View File

@@ -1,17 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"labels": ["renovate"],
"assignees": ["Akumatic"],
"configMigration": true,
"automergeType": "branch",
"packageRules": [
{
"matchPackageNames": "ghcr.io/renovatebot/renovate",
"automerge": true,
"ignoreTests": true
"automerge": true
}
]
}