chore: update more references
renovate / renovate (push) Failing after 17s

This commit is contained in:
2026-06-05 20:13:10 +02:00
parent c9ca7a5705
commit 0fd2a5a9d1
3 changed files with 10 additions and 13 deletions
+1 -5
View File
@@ -16,10 +16,6 @@ jobs:
- uses: actions/checkout@v6
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js"
RENOVATE_CONFIG_FILE: "/workspace/daanselen/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
HUB_DOCKER_COM_USER: ${{ secrets.HUB_DOCKER_COM_USER }}
HUB_DOCKER_COM_TOKEN: ${{ secrets.HUB_DOCKER_COM_TOKEN }}
+1
View File
@@ -1,6 +1,7 @@
MIT License
Copyright (c) 2023 gitea
Copyright (c) 2024 DaanSelen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+8 -8
View File
@@ -23,8 +23,8 @@ Usage:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>gitea/renovate-config",
+ "local>gitea/renovate-config:go-deps"
"local>daanselen/renovate-config",
+ "local>daanselen/renovate-config:go-deps"
]
}
```
@@ -44,8 +44,8 @@ Usage:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>gitea/renovate-config",
+ "local>gitea/renovate-config:npm-deps"
"local>daanselen/renovate-config",
+ "local>daanselen/renovate-config:npm-deps"
]
}
```
@@ -63,8 +63,8 @@ Usage:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>gitea/renovate-config",
+ "local>gitea/renovate-config:workflow-deps"
"local>daanselen/renovate-config",
+ "local>daanselen/renovate-config:workflow-deps"
]
}
```
@@ -82,8 +82,8 @@ Usage:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>gitea/renovate-config",
+ "local>gitea/renovate-config:security"
"local>daanselen/renovate-config",
+ "local>daanselen/renovate-config:security"
]
}
```