legado/.github/dependabot.yml

40 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2022-05-26 12:04:53 +08:00
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
2022-05-26 14:26:28 +08:00
registries:
maven-google:
type: maven-repository
# url: https://maven.google.com
url: https://dl.google.com/dl/android/maven2/
2022-05-26 14:26:28 +08:00
password: dummy
username: dummy
maven-central:
type: maven-repository
url: https://repo1.maven.org/maven2/
password: dummy
username: dummy
maven-jitpack:
type: maven-repository
url: https://jitpack.io
password: dummy
username: dummy
2022-05-26 12:04:53 +08:00
updates:
2023-04-16 08:45:25 +08:00
- package-ecosystem: gradle
directory: "/"
schedule:
interval: "weekly"
2023-03-25 16:46:18 +08:00
registries: "*"
2022-08-13 20:37:44 +08:00
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
2023-03-25 16:46:18 +08:00
interval: "weekly"
2023-04-14 08:14:17 +08:00
- package-ecosystem: npm
directory: "modules/web"
schedule:
interval: "weekly"