Skip to content

Commit

Permalink
ci: attempt to fix updates for trivy-action not recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 26, 2024
1 parent dc9544d commit 87a4e97
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,17 @@
{
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)"]
},
{
matchManagers: ["github-actions"],
matchPackageNames: ["aquasecurity/trivy-action"],
// package uses tags without leading v - need to override setting from helpers:pinGitHubActionDigestsToSemver
extractVersion: "^(?<version>\\d+\\.\\d+\\.\\d+)$"

versioning: "regex:^(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
},
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
Expand Down

0 comments on commit 87a4e97

Please sign in to comment.