Skip to content

Commit

Permalink
ci: reusable workflow dependency updates use fix commits
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 23, 2024
1 parent 22731e6 commit da3feed
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"renovate",
"renovate/{{updateType}}",
],
lockFileMaintenance: {
enabled: true,
schedule: ["before 6am on Sunday"],
},
packageRules: [
{
description: "Ignore frequent renovate updates",
Expand All @@ -30,6 +26,16 @@
matchUpdateTypes: ["minor"],
schedule: ["* * * * 0"],
},
{
description: "Reusable workflows use fix commits to trigger a release",
matchFileNames: [".github/workflows/*.yml"],
extends: [":semanticCommitTypeAll(fix)"]
},
{
description: "Repository workflows use chore commits",
matchFileNames: [".github/workflows/workflows-*.yml"],
extends: [":semanticCommitTypeAll(chore)"]
}
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
customManagers: [
Expand Down

0 comments on commit da3feed

Please sign in to comment.