chore(config): add all merge confidence badge & lockfile maintenance
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful

This commit is contained in:
pips 2025-08-23 15:47:26 +02:00
parent 72d2ea4719
commit e3898b51f6

View file

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