Renovate: PRs nur noch gegen dev statt Default-Branch
baseBranches auf dev eingeschraenkt, passend zum bestehenden dev -> testing -> main Promotion-Flow. Renovate liest Dependency- Dateien jetzt direkt von dev und oeffnet PRs nur dort; main/testing werden nicht separat gescannt. Die renovate.json selbst muss laut Renovate-Doku trotzdem ueber den Gitea-Default-Branch (main) gefunden werden koennen. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Kh9v73QApBwJj96w6A8R55
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"timezone": "Europe/Berlin",
|
"timezone": "Europe/Berlin",
|
||||||
"schedule": ["before 6am on monday"],
|
"schedule": ["before 6am on monday"],
|
||||||
|
"baseBranches": ["dev"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchFileNames": [".gitea/workflows/**"],
|
"matchFileNames": [".gitea/workflows/**"],
|
||||||
|
|||||||
Reference in New Issue
Block a user