- Add .NET CI pipeline (restore, build --warnaserror, test on JP branch) - Add Dependabot for nuget and github-actions ecosystems Co-Authored-By: Svrnty Inc. <eng@svrnty.com>
36 lines
636 B
YAML
36 lines
636 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: nuget
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
target-branch: JP
|
|
open-pull-requests-limit: 3
|
|
labels:
|
|
- "dependencies"
|
|
groups:
|
|
nuget-all:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
target-branch: JP
|
|
open-pull-requests-limit: 1
|
|
labels:
|
|
- "ci"
|
|
- "dependencies"
|
|
groups:
|
|
actions-all:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|