From c8ca3c23fd53c89c3bef8553bd9e4896996b0680 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 4 Oct 2023 11:44:43 -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 fd89895..7212528 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,5 @@ updates: directory: / schedule: interval: monthly + commit-message: + prefix: ci