mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-29 20:34:08 +02:00
Create dependabot.yml
This commit is contained in:
parent
d0888a063f
commit
e5e585443d
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/.teamcity/"
|
||||
schedule:
|
||||
interval: "weekly"
|
Loading…
Reference in New Issue
Block a user