2025-08-23 15:13:18 +02:00
|
|
|
module.exports = {
|
2025-08-23 13:34:56 +02:00
|
|
|
platform: "forgejo",
|
|
|
|
|
endpoint: "https://forge.e5150.fr",
|
2025-08-23 15:37:01 +02:00
|
|
|
gitAuthor: "CIBot <pips+cibot@e5150.fr>",
|
2025-08-23 15:14:48 +02:00
|
|
|
autodiscover: true,
|
2025-08-23 13:34:56 +02:00
|
|
|
labels: ["Dependancy 📦️"],
|
|
|
|
|
extends: ["config:recommended"],
|
|
|
|
|
};
|