home-assistant-android/.github/dependabot.yml
Justin Bassett 6d27dc4904
Setup Java Update + dependabot update (#1639)
* Update setup-java action to version 2.

* Update dependabot.yml to only use root for gradle.  It recursively looks for build.kt files
2021-07-25 16:54:51 -04:00

13 lines
265 B
YAML

version: 2
updates:
# Updates for Github Actions used in the repo
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Gradle
- package-ecosystem: gradle
directory: "/"
schedule:
interval: "weekly"