mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2024-11-07 20:24:19 -05:00
17 lines
511 B
YAML
17 lines
511 B
YAML
# 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
|
|
- package-ecosystem: "gradle"
|
|
directory: "/"
|
|
target-branch: "next"
|
|
schedule:
|
|
interval: "daily"
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
target-branch: "next"
|
|
schedule:
|
|
interval: "daily"
|