From b296bf861540d5ee79e6ac49c3d21cada6e434d1 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 6 Nov 2023 22:32:29 -0600 Subject: [PATCH] add dependabot config --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..35c7782 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# Copyright 2023 Chainguard, Inc. +# SPDX-License-Identifier: Apache-2.0 + +version: 2 +updates: + + # workflows + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + groups: + all: + patterns: + - "minor" + - "patch"