Skip to content

Commit

Permalink
Merge pull request #48 from zkrew-red/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
rdwz authored Dec 28, 2023
2 parents c6ec041 + d582091 commit 1b1cfbb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github"],
"extends": [
"github>renovatebot/.github"
],
"semanticCommitScope": "deps",
"automergeType": "pr",
"includeForks": true,
"forkProcessing": "enabled",
"packageRules": [
{
"matchUpdateTypes": ["minor"],
"matchUpdateTypes": [
"minor"
],
"dependencyDashboardApproval": true
}
]
Expand Down

0 comments on commit 1b1cfbb

Please sign in to comment.