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 📦️"],
|
2025-08-23 15:47:26 +02:00
|
|
|
extends: [
|
|
|
|
|
"config:recommended",
|
|
|
|
|
":maintainLockFilesWeekly",
|
2025-08-26 19:37:05 +02:00
|
|
|
":semanticCommitTypeAll(chore)",
|
2025-08-23 15:47:26 +02:00
|
|
|
"mergeConfidence:all-badges",
|
|
|
|
|
],
|
2025-08-25 13:18:29 +02:00
|
|
|
osvVulnerabilityAlerts: true,
|
2025-08-28 22:19:43 +02:00
|
|
|
lockFileMaintenance: {
|
|
|
|
|
enabled: true,
|
|
|
|
|
automerge: true,
|
|
|
|
|
},
|
2025-08-23 13:34:56 +02:00
|
|
|
};
|