2020-07-18 19:09:33 +03:00
|
|
|
#
|
|
|
|
# Dependabot configuration
|
|
|
|
#
|
|
|
|
|
2024-07-25 19:39:56 +03:00
|
|
|
# Please see the documentation for more information:
|
|
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
# https://containers.dev/guide/dependabot
|
2020-07-18 19:09:33 +03:00
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
2024-07-25 19:39:56 +03:00
|
|
|
# Maintain dependencies for NuGet.
|
2024-02-13 17:31:01 +03:00
|
|
|
- package-ecosystem: nuget
|
|
|
|
directory: '/'
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
|
|
|
labels:
|
|
|
|
- dependencies
|
|
|
|
reviewers:
|
|
|
|
- microsoft/psrule
|
|
|
|
|
2024-07-25 19:39:56 +03:00
|
|
|
# Maintain dependencies for GitHub Actions.
|
2023-07-07 10:26:07 +03:00
|
|
|
- package-ecosystem: github-actions
|
2023-03-02 10:20:53 +03:00
|
|
|
directory: '/'
|
|
|
|
schedule:
|
2023-07-07 10:26:07 +03:00
|
|
|
interval: daily
|
2023-03-02 10:20:53 +03:00
|
|
|
labels:
|
|
|
|
- 'ci-quality'
|
|
|
|
reviewers:
|
|
|
|
- 'microsoft/psrule'
|
2020-07-18 19:09:33 +03:00
|
|
|
|
2024-07-25 19:39:56 +03:00
|
|
|
# Maintain dependencies for npm.
|
2023-07-07 10:26:07 +03:00
|
|
|
- package-ecosystem: npm
|
2023-03-02 10:20:53 +03:00
|
|
|
directory: '/'
|
|
|
|
schedule:
|
2023-07-07 10:26:07 +03:00
|
|
|
interval: daily
|
2023-03-02 10:20:53 +03:00
|
|
|
labels:
|
|
|
|
- 'dependencies'
|
|
|
|
reviewers:
|
|
|
|
- 'microsoft/psrule'
|
2024-07-25 19:39:56 +03:00
|
|
|
|
|
|
|
# Maintain dev containers.
|
|
|
|
- package-ecosystem: devcontainers
|
|
|
|
directory: '/'
|
|
|
|
schedule:
|
|
|
|
interval: weekly
|