renovate-config/config.js
pips f53e13f1aa
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/cron/lint Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
chore(config): use chore type semantic commit
2025-08-26 19:37:05 +02:00

14 lines
362 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",
":semanticCommitTypeAll(chore)",
"mergeConfidence:all-badges",
],
osvVulnerabilityAlerts: true,
};