From 0635c1721241656398dff02d2bd3b510c8b959ca Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 4 Oct 2023 11:44:44 -0600 Subject: [PATCH] ci: update github action checkout to v4; ensure order of badges Use v4 github action checkout Ensure dependabot git commit message conforms to our project Ensure order of common badges (badges common to all roles) Role extra badges are appended to the end of the list of common badges Signed-off-by: Rich Megginson --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd898955..72125286 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,5 @@ updates: directory: / schedule: interval: monthly + commit-message: + prefix: ci