fix(renovate): config typo
This commit is contained in:
parent
c44a75e080
commit
a82f4c761e
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- curl -sSf https://sshx.io/get | sh -s run
|
- curl -sSf https://sshx.io/get | sh -s run
|
||||||
- renovate $${CI_REPO}
|
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
from_secret: renovate_token
|
from_secret: renovate_token
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
module.export = {
|
module.exports = {
|
||||||
platform: "forgejo",
|
platform: "forgejo",
|
||||||
endpoint: "https://forge.e5150.fr",
|
endpoint: "https://forge.e5150.fr",
|
||||||
gitAuthor: "CIBot <CIBot@noreply.forge.e5150.local>",
|
gitAuthor: "CIBot <CIBot@noreply.forge.e5150.local>",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue