Enable dependabot updates on a daily basis

using the `version update` label for gradle updates.
pull/1837/head
Simon Marquis 2 years ago committed by Simon Marquis
parent 129c46d9b3
commit 2fcf7b8591

@ -0,0 +1,18 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
registries: "*"
labels: [ "version update" ]
registries:
maven-google:
type: "maven-repository"
url: "https://maven.google.com"
replaces-base: true
Loading…
Cancel
Save