From 3d894708d2c0f2e5324f02fe910c7894aea1632a Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 4 Oct 2023 11:20:37 -0600 Subject: [PATCH] ci: update github action checkout to v4 Use v4 github action checkout Update dependabot to include the "ci: " prefix in commit/pr titles for PR title checking. Tell dependabot to check weekly instead of monthly Signed-off-by: Rich Megginson --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd898955..dcbf51cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: monthly + interval: weekly + commit-message: + prefix: ci