Skip to content

Commit

Permalink
ci(renovate): ignore Containerfile, manually manage image major version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Nov 11, 2023
1 parent d237761 commit a00e278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
'security'
]
},
ignorePaths: [
"Containerfile" // manually manage IMAGE_MAJOR_VERSION
],
packageRules: [
{
matchFiles: [
Expand Down

0 comments on commit a00e278

Please sign in to comment.