fix(ci): Configure Renovate for Forgejo platform

- Set platform to 'forgejo' with proper API endpoint
- Use environment variables for all Renovate configuration
- Add git timeout and disable GitHub token warnings
- Move PR limit configuration to workflow
This commit is contained in:
Tom Foster 2025-08-17 17:23:56 +01:00
commit 14a4b24fc5
2 changed files with 22 additions and 26 deletions

View file

@ -58,7 +58,5 @@
"matchUpdateTypes": ["patch"],
"groupName": "rust-patch-updates"
}
],
"prConcurrentLimit": 3,
"prHourlyLimit": 2
]
}