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:
|
2021-03-27 21:55:37 +00:00
|
|
|
# Maintain dependencies for Gradle dependencies
|
2020-12-21 09:43:02 +00:00
|
|
|
- package-ecosystem: "gradle"
|
|
|
|
directory: "/"
|
2021-05-31 10:01:53 +00:00
|
|
|
target-branch: "next"
|
2020-12-21 09:43:02 +00:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2021-03-27 21:55:37 +00:00
|
|
|
# Maintain dependencies for GitHub Actions
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
2021-05-31 10:01:53 +00:00
|
|
|
target-branch: "next"
|
2021-03-27 21:55:37 +00:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|