Skip to content

Commit

Permalink
Update and rename renovate.json to renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead authored Jan 12, 2025
1 parent e854d87 commit dc877f0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

28 changes: 28 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"schedule:nonOfficeHours"
],
baseBranches: ["dev"],
timezone: "Asia/Taipei",
statusCheckNames: {
buildPass: "Build - linux x86_64"
},
enabledManagers: ["dockerfile", "cargo", "github-actions"],
vulnerabilityAlerts: {
labels: ["security"],
automerge: true
},
packageRules: [
{
matchUpdateTypes: ["major", "minor"],
enabled: false
},
{
matchUpdateTypes: ["patch", "pin", "digest"],
automerge: true,
autoApprove: true,
}
]
}

0 comments on commit dc877f0

Please sign in to comment.