diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a725ecd..4e303963 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,10 +13,15 @@ updates: commit-message: prefix: "go:" labels: - - c:deps - 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