renovate-config/config.js
pips e3898b51f6
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
chore(config): add all merge confidence badge & lockfile maintenance
2025-08-23 15:47:58 +02:00

12 lines
293 B
JavaScript

module.exports = {
platform: "forgejo",
endpoint: "https://forge.e5150.fr",
gitAuthor: "CIBot <pips+cibot@e5150.fr>",
autodiscover: true,
labels: ["Dependancy 📦️"],
extends: [
"config:recommended",
":maintainLockFilesWeekly",
"mergeConfidence:all-badges",
],
};