Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Add Dependabot (#2538)
Browse files Browse the repository at this point in the history
* Create .dependabot

* Rename .dependabot to dependabot.yml
  • Loading branch information
StefMa authored Sep 3, 2023
1 parent d90bcbf commit 0a8e310
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file

version: 2

updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
registries:
- maven-google

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# This is only a workaround as long as
# https://github.com/dependabot/dependabot-core/pull/7260
# is not merged
registries:
maven-google:
type: maven-repository
url: "https://dl.google.com/dl/android/maven2/"

0 comments on commit 0a8e310

Please sign in to comment.