mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-11 15:16:26 +02:00
This reverts commit 0267fe83b200f1702a2fa0a395442c02a053fadb. Reason: it converted the tree to Windows line endings. Updates #14299 Change-Id: I2271a61d43e99bd0bbcf9f4831e8783e570ba08a Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
22 lines
810 B
YAML
22 lines
810 B
YAML
# Documentation for this file can be found at:
|
|
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
|
version: 2
|
|
updates:
|
|
## Disabled between releases. We reenable it briefly after every
|
|
## stable release, pull in all changes, and close it again so that
|
|
## the tree remains more stable during development and the upstream
|
|
## changes have time to soak before the next release.
|
|
# - package-ecosystem: "gomod"
|
|
# directory: "/"
|
|
# schedule:
|
|
# interval: "daily"
|
|
# commit-message:
|
|
# prefix: "go.mod:"
|
|
# open-pull-requests-limit: 100
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: ".github:"
|