Skip to content

Commit

Permalink
update: Renovate reconfigure (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnnnn authored Jan 19, 2024
1 parent 325b1c5 commit 8f54419
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 24 deletions.
24 changes: 0 additions & 24 deletions renovate.json

This file was deleted.

38 changes: 38 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
// https://docs.renovatebot.com/presets-config/#configbest-practices
"config:best-practices",
":semanticCommits",
":semanticCommitTypeAll(upgrade)",
":semanticCommitScopeDisabled",
"schedule:daily",
],
"timezone": "Asia/Tokyo",
"labels": [
"dep",
],
"branchPrefix": "upgrade-renovate-",
"major": {
"minimumReleaseAge": "5 days",
},
"minor": {
"minimumReleaseAge": "3 days",
},
"patch": {
"minimumReleaseAge": "2 days",
},
"assignees": [
"@ronnnnn",
],
"assigneesSampleSize": 1,
// https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts
vulnerabilityAlerts: {
enabled: true,
labels: [
'A-dependencies',
'A-security',
],
},
transitiveRemediation: true,
}

0 comments on commit 8f54419

Please sign in to comment.