Skip to content

Commit

Permalink
Merge pull request #153 from Luap99/podman-golangci
Browse files Browse the repository at this point in the history
renovate: add CI-colon-DOCS prefix for golangci-lint updates
  • Loading branch information
cevich authored Aug 21, 2023
2 parents b4b74c0 + 10847d5 commit ac050a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate/defaults.json5
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,11 @@ Validate this file before commiting with (from repository root):
// Don't wait, roll out CI VM Updates immediately
"schedule": ["at any time"],
},

// Add CI:DOCS prefix to skip unnecessary tests for golangci updates in podman CI.
{
"matchPackageNames": ["golangci/golangci-lint"],
"commitMessagePrefix": "[CI:DOCS]",
},
],
}

0 comments on commit ac050a0

Please sign in to comment.