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 f3f010c commit 2ae349b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 2ae349b

Please sign in to comment.