moto/.github/dependabot.yml

20 lines
737 B
YAML
Raw Permalink Normal View History

2023-01-20 12:50:41 +00:00
# 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:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2023-03-14 16:28:53 +00:00
- package-ecosystem: "maven"
2023-03-13 10:47:43 +00:00
directory: "other_langs/tests_java"
schedule:
interval: "monthly"
- package-ecosystem: "nuget"
directory: "other_langs/tests_dotnet"
schedule:
interval: "monthly"