renovate-config/config.js

9 lines
229 B
JavaScript
Raw Normal View History

module.export = {
platform: "forgejo",
endpoint: "https://forge.e5150.fr",
gitAuthor: "CIBot <CIBot@noreply.forge.e5150.local>",
autoDiscover: true,
labels: ["Dependancy 📦️"],
extends: ["config:recommended"],
};