renovate-runner/config.js
Jan K9f da84dff669
All checks were successful
renovate / renovate (push) Successful in 12m45s
Merge pull request 'Update config.js' (#96) from jank-patch-1 into main
Reviewed-on: #96
2025-08-21 10:51:16 +00:00

32 lines
1.2 KiB
JavaScript

// config.js
module.exports = {
prConcurrentLimit: 5,
// Control concurrent branches (defaults to prConcurrentLimit if not set)
branchConcurrentLimit: 10,
endpoint: "https://git.kjan.de/api/v1/",
platform: "forgejo",
gitAuthor: "Renovate <renovate@kjan.de>",
// --- Caching ---
// Explicitly enable caching (good practice, though often default)
// persistCache: true,
// Use the default cache directory which we will map in the Action
// cacheDir: "/tmp/renovate-cache", // Default, usually no need to set
// --- Discovery ---
autodiscover: true, // Kept as per your requirement
// --- Onboarding ---
// Ensure new repos get the standard config
onboardingConfig: {
extends: ["local>Renovate/renovate-config"],
},
// --- Important Note ---
// For major speedups, optimize rules within your 'local>Renovate/renovate-config' preset:
// - Use `packageRules` to group related dependencies (`groupName`).
// - Consider adding `skipInstalls: true` globally or via `packageRules` if possible.
// - Add rules to ignore specific dependencies (`ignoreDeps` or `enabled: false`).
// - Limit update types (`matchUpdateTypes`) where applicable.
};