Skip to content

Commit

Permalink
ci: attempt to fix trivy-action update w/ renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 26, 2024
1 parent dc9544d commit 776fa26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"renovate/{{updateType}}",
],
packageRules: [
{
/*{
description: "Ignore frequent renovate updates",
enabled: false,
matchPackageNames: ["renovatebot/github-action"],
matchUpdateTypes: ["patch"],
},
},*/
{
description: "Update renovatebot/github-action minor updates on Sundays",
matchPackageNames: ["renovatebot/github-action"],
Expand All @@ -30,9 +30,9 @@
{
description: "Update to action dependencies use fix commits to trigger a release",
matchFileNames: ["action.yml"],
// semanticCommitType: "fix",
semanticCommitType: "fix",
// extends: [":semanticCommitType(fix)"]
extends: [":semanticCommitTypeAll(fix)"]
// extends: [":semanticCommitTypeAll(fix)"]
},
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
Expand Down Expand Up @@ -73,5 +73,5 @@ semver-coerced\
{{/if}}"
},
],
separateMinorPatch: false,
separateMinorPatch: true,
}

0 comments on commit 776fa26

Please sign in to comment.