Compare commits
2 commits
1ae6d14cb2
...
0a1ca52111
Author | SHA1 | Date | |
---|---|---|---|
0a1ca52111 | |||
14146e4864 |
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: ghcr.io/renovatebot/renovate:40.54.1
|
container: ghcr.io/renovatebot/renovate:40.55.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
"endpoint": "https://git.smail.koeln/api/v1",
|
"endpoint": "https://code.offene.cloud/api/v1",
|
||||||
"gitAuthor": "Sujiba Bot <bot@home.lan>",
|
"gitAuthor": "Sujiba Bot <bot@home.lan>",
|
||||||
"onboardingConfigFileName": "renovate.json",
|
"onboardingConfigFileName": "renovate.json",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
|
@ -8,4 +8,4 @@ module.exports = {
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue