From 98ca76cfbefd20e16a34e2ab0a5a25a3a937a317 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 4 Oct 2023 11:43:39 -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