Compare commits
1 Commits
main
...
9747066aaf
| Author | SHA1 | Date | |
|---|---|---|---|
| 9747066aaf |
@@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:43.52.0
|
container: ghcr.io/renovatebot/renovate:42.85.8
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|||||||
11
config.js
11
config.js
@@ -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 <renovate.bot@akumatic.eu>",
|
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
|
||||||
"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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user