mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-11-08 07:42:48 +01:00
15 lines
361 B
YAML
15 lines
361 B
YAML
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "gradle"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "wednesday"
|
|
- package-ecosystem: "maven"
|
|
directory: "/.teamcity/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "wednesday"
|