Skip to content

Commit

Permalink
Merge pull request #23593 from cevich/fix_validate_renovate
Browse files Browse the repository at this point in the history
[CI:ALL] Fix and validate renovate config
  • Loading branch information
openshift-merge-bot[bot] authored Aug 12, 2024
2 parents bd53a11 + 8f19161 commit c3111c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ and/or use the pre-commit hook: https://github.com/renovatebot/pre-commit-hooks
]
}
],
}
}
6 changes: 6 additions & 0 deletions contrib/cirrus/prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ if [[ "${DISTRO_NV}" == "$PRIOR_FEDORA_NAME" ]]; then
# Tests for lib.sh
showrun ${SCRIPT_BASE}/lib.sh.t

msg "Checking renovate config."
showrun podman run -it \
-v ./.github/renovate.json5:/usr/src/app/renovate.json5:z \
ghcr.io/renovatebot/renovate:latest \
renovate-config-validator

# Run this during daily cron job to prevent a GraphQL API change/breakage
# from impacting every PR. Down-side being if it does fail, a maintainer
# will need to do some archaeology to find it.
Expand Down

0 comments on commit c3111c2

Please sign in to comment.