From d297e715457dcfa491d5b50646d8cca8370445bd Mon Sep 17 00:00:00 2001 From: schmidtw Date: Mon, 14 Aug 2023 12:25:24 -0700 Subject: [PATCH] Update dependabot to manage all dependencies. --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36b24f2..2fb3c9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,26 @@ +# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC +# SPDX-License-Identifier: Apache-2.0 +--- version: 2 updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "daily" + labels: + - "dependencies" + commit-message: + prefix: "chore" + include: "scope" + - package-ecosystem: gomod directory: / schedule: interval: daily + labels: + - "dependencies" + commit-message: + prefix: "feat" + include: "scope"