Skip to content

Commit 8971781

Browse files
committed
ci: ensure dependabot updates do not invoke ci tests [citest_skip]
dependabot updates are DoSing our ci tests - we have a limited number of github action jobs and a dependabot update can eat up all of those for several hours, causing problems for "real" PRs that we need testing for immediately. Instead, tell these updates to skip ci testing, and we will manually trigger specific roles/tests as needed when there is a dependabot update. see https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#prefix for more information. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent e3e4766 commit 8971781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
schedule:
77
interval: monthly
88
commit-message:
9-
prefix: ci
9+
prefix: "ci: [citest_skip] "

0 commit comments

Comments
 (0)