Skip to content

Commit

Permalink
renovate: upgrade appstudio-utils only once a week
Browse files Browse the repository at this point in the history
The appstudio-utils image is built on every push to build-definitions.
This creates an infinite loop of Renovate update PRs.

The updates are hardly ever relevant. Update the image once a week.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Dec 9, 2024
1 parent 815448b commit b58c040
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@
]
},
"packageRules": [
{
"matchPackageNames": [
"quay.io/konflux-ci/appstudio-utils"
],
"schedule": [
"on monday"
]
},
{
"matchPackageNames": [
"quay.io/konflux-ci/pull-request-builds",
"quay.io/konflux-ci/appstudio-utils",
"quay.io/konflux-ci/buildah",
"quay.io/konflux-ci/source-container-build",
"quay.io/redhat-appstudio/e2e-tests",
Expand Down

0 comments on commit b58c040

Please sign in to comment.