mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-23 23:28:14 -05:00
36 lines
800 B
YAML
36 lines
800 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gradle"
|
|
directory: "/"
|
|
registries:
|
|
- google
|
|
- gradlePluginPortal
|
|
- jitpack
|
|
- mavenCentral
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 7
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7
|
|
|
|
# Workaround for https://github.com/dependabot/dependabot-core/issues/6888
|
|
registries:
|
|
google:
|
|
type: maven-repository
|
|
url: "https://dl.google.com/dl/android/maven2/"
|
|
gradlePluginPortal:
|
|
type: maven-repository
|
|
url: "https://plugins.gradle.org/m2/"
|
|
jitpack:
|
|
type: maven-repository
|
|
url: "https://jitpack.io/"
|
|
mavenCentral:
|
|
type: maven-repository
|
|
url: "https://repo1.maven.org/maven2/"
|