ebpf-for-windows/.github/dependabot.yml

35 строки
818 B
YAML

# Copyright (c) Microsoft Corporation
# SPDX-License-Identifier: MIT
#
# For documentation on the format of this file, see
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"