You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
337 B
YAML
16 lines
337 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: nuget
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|