From 85af8e163a49e3abddc04aa31febf5edd52c2369 Mon Sep 17 00:00:00 2001 From: Johannes Brunswicker Date: Thu, 11 Apr 2024 19:54:47 +0200 Subject: [PATCH] - added labels and prefix to dependabot github actions --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c83fad10..4e303963 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,9 +13,15 @@ updates: commit-message: prefix: "go:" labels: + - golang - dependencies - package-ecosystem: "github-actions" - directory: "/" + directory: / schedule: - interval: "daily" + interval: daily time: "07:00" + commit-message: + prefix: "gh-actions:" + labels: + - gh-actions + - dependencies