Files
csharp/.github/dependabot.yml
2022-07-07 07:19:35 -07:00

32 lines
1.0 KiB
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Allow up to 5 open pull requests for GitHub Actions dependencies
open-pull-requests-limit: 5
labels:
- "dependencies"
# Rebase open pull requests when changes are detected
rebase-strategy: "auto"
# Maintain dependencies for NuGet packages
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
# Allow up to 10 open pull requests for NuGet dependencies
open-pull-requests-limit: 10
labels:
- "dependencies"
# Rebase open pull requests when changes are detected
rebase-strategy: "auto"