Enable dependabot updates on a daily basis

using the `version update` label for gradle updates.
pull/893/head
Simon Marquis 11 months ago committed by Simon Marquis
parent e40fb7925d
commit 1c78acf73b
No known key found for this signature in database
GPG Key ID: AC8D63F7571DC6D6

@ -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