mirror of
https://github.com/chainguard-dev/clog
synced 2026-07-06 22:12:46 +00:00
20 lines
399 B
YAML
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
|