Skip to content

Commit

Permalink
Update dependabot to manage all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Aug 14, 2023
1 parent f492868 commit 1317243
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
@@ -1,5 +1,9 @@
# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -10,7 +14,13 @@ updates:
commit-message:
prefix: "chore"
include: "scope"

- package-ecosystem: gomod
directory: /
schedule:
interval: daily
labels:
- "dependencies"
commit-message:
prefix: "feat"
include: "scope"

0 comments on commit 1317243

Please sign in to comment.