JetBrains_intellij-platform.../.github/dependabot.yml

18 lines
511 B
YAML
Raw Normal View History

2020-12-21 09:43:02 +00:00
# Dependabot configuration:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for Gradle dependencies
2020-12-21 09:43:02 +00:00
- package-ecosystem: "gradle"
directory: "/"
target-branch: "next"
2020-12-21 09:43:02 +00:00
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "next"
schedule:
interval: "daily"