renovate-config/config.js

9 lines
230 B
JavaScript
Raw Normal View History

2025-08-23 15:13:18 +02:00
module.exports = {
platform: "forgejo",
endpoint: "https://forge.e5150.fr",
gitAuthor: "CIBot <CIBot@noreply.forge.e5150.local>",
autoDiscover: true,
labels: ["Dependancy 📦️"],
extends: ["config:recommended"],
};