diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..de6904f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Copyright Broadcom, Inc. All Rights Reserved. +# SPDX-License-Identifier: APACHE-2.0 + +version: 2 +# Check for updates to GitHub Actions every week +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"