home-assistant-android/.github/dependabot.yml
Justin Bassett 151957436c
Fix Playstore Publish and add Dependabot (#1621)
* Fix GPP error and remove deprecated repos.

* Migrate off Config.kt so we can enable dependabot.

* Add Dependabot config.
2021-07-25 15:33:59 -04:00

31 lines
574 B
YAML

version: 2
updates:
# Updates for Github Actions used in the repo
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Root
- package-ecosystem: gradle
directory: "/"
schedule:
interval: "weekly"
# Common
- package-ecosystem: gradle
directory: "/common/"
schedule:
interval: "weekly"
# App
- package-ecosystem: gradle
directory: "/app/"
schedule:
interval: "weekly"
# Wear
- package-ecosystem: gradle
directory: "/wear/"
schedule:
interval: "weekly"