Skip to content

Commit

Permalink
chore: update renovate automerge settings
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 22, 2023
1 parent d1476a4 commit 0ab37c5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions renovate.json
Expand Up @@ -65,11 +65,14 @@
"pipenv",
"poetry",
"pnpm",
"renovate",
"rust",
"swift"
"swift",
"vendir"
],
"matchUpdateTypes": ["minor"],
"automerge": true
"automerge": true,
"separateMinorPatch": false
},
{
"description": "Trigger fix release for git updates",
Expand Down Expand Up @@ -108,11 +111,10 @@
"additionalBranchPrefix": "test-major-"
},
{
"description": "Update renovate only weekly",
"matchPackageNames": ["renovate"],
"description": "Update some deps only weekly",
"matchPackageNames": ["checkov", "renovate"],
"extends": ["schedule:weekly"],
"automerge": true,
"separateMinorPatch": false
"automerge": true
}
]
}

0 comments on commit 0ab37c5

Please sign in to comment.