Skip to content

Commit

Permalink
automerge lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Jun 24, 2024
1 parent 9bc308d commit 5b92d81
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
],
"extends": [
":dependencyDashboard",
":maintainLockFilesWeekly",
":prImmediately",
":rebaseStalePrs",
":renovatePrefix",
Expand All @@ -21,6 +20,7 @@
"github>finleyfamily/renovate//presets/automerge-github-actions",
"github>finleyfamily/renovate//presets/automerge-manager(npm)",
"github>finleyfamily/renovate//presets/automerge-manager(poetry)",
"github>finleyfamily/renovate//presets/lock-file-maintenance",
"github>finleyfamily/renovate//presets/semantic-commits(npm)",
"github>finleyfamily/renovate//presets/semantic-commits(poetry)"
],
Expand Down
22 changes: 22 additions & 0 deletions presets/lock-file-maintenance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "enable weekly lock file maintenance with automerge",
"extends": [
":maintainLockFilesWeekly"
],
"packageRules": [
{
"addLabels": [
"changelog:skip"
],
"automerge": true,
"automergeType": "pr",
"gitLabIgnoreApprovals": true,
"matchUpdateTypes": [
"lockFileMaintenance"
],
"platformAutomerge": true,
"semanticCommitType": "chore"
}
]
}

0 comments on commit 5b92d81

Please sign in to comment.