Skip to content

Commit

Permalink
Configure Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Apr 28, 2024
1 parent 3accc41 commit d29658d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
30 changes: 30 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended"],
labels: ["dependencies", "automerge"],
prHourlyLimit: 0,
prConcurrentLimit: 10,
timezone: "Asia/Tokyo",
schedule: ["after 9am and before 1pm on Saturday"],
packageRules: [
{
groupName: "patch updated gems",
matchDatasources: ["rubygems"],
matchUpdateTypes: ["patch", "digest"],
},
{
groupName: "minor updated gems",
matchDatasources: ["rubygems"],
matchUpdateTypes: ["minor"],
},
{
matchDatasources: ["rubygems"],
rangeStrategy: "bump",
},
],
vulnerabilityAlerts: {
enabled: true,
addLabels: ["security"],
},
osvVulnerabilityAlerts: true,
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit d29658d

Please sign in to comment.