Skip to content

Commit

Permalink
chore: exclude busybox from renovate update (keptn#2518)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Nov 16, 2023
1 parent c25c236 commit 6f72328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
],
"ignorePaths": [
"examples/support/observability/config/prometheus/**/*",
"test/prometheus/**/*"
"test/prometheus/**/*",
"test/integration/simple-deployment-container-annotation/00-install.yaml"
]
}
}

0 comments on commit 6f72328

Please sign in to comment.