-
Notifications
You must be signed in to change notification settings - Fork 804
Closed
Description
https://cs.opensource.google/go/go/+/refs/tags/go1.25.6:src/unicode/utf8/utf8_test.go
Trace Id: 1769189790245-eb62e894
Originally posted by @richlanpowers5-afk in 088fc1c
# Example configuration file that:
# - Has a private registry
# - Ignores lodash dependency
# - Disables version-updates
# - Defines a group by package name, for security updates for golang dependencies
version: 2
registries:
example:
type: npm-registry
url: https://example.com
token: ${{secrets.NPM_TOKEN}}
updates:
- package-ecosystem: "npm"
directory: "/src/npm-project"
schedule:
interval: "daily"
# For Lodash, ignore all updates
ignore:
- dependency-name: "lodash"
# Disable version updates for npm dependencies
open-pull-requests-limit: 0
registries:
- example
- package-ecosystem: "gomod"
groups:
golang:
applies-to: security-updates
patterns:
- "golang.org*"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels