1
0
Fork 0
mirror of https://github.com/chainguard-dev/clog synced 2026-07-06 22:12:46 +00:00
clog/.github/dependabot.yml
Kenny Leung 1a2666f783
setup dependabot for clog (#18)
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
2024-06-21 09:00:44 +02:00

20 lines
399 B
YAML

# Copyright 2024 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
all:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10