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

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Dec 16, 2023
1 parent efe6e23 commit 529b780
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
registries:
- maven-google
- gralde-plugin

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

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"

registries:
maven-google:
type: maven-repository
url: "https://dl.google.com/dl/android/maven2/"
gralde-plugin:
type: maven-repository
url: "https://plugins.gradle.org/m2/"
4 changes: 2 additions & 2 deletions .github/workflows/Android CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}

- name: Upload Release APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Update-Release
path: "app/build/outputs/apk/release/*.apk"

- name: Upload Debug APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Updater-Debug
path: "app/build/outputs/apk/debug/*.apk"

0 comments on commit 529b780

Please sign in to comment.