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

Commit

Permalink
ci(dependabot): Update dependabot [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Oct 2, 2024
1 parent b8b6492 commit dfcbe0f
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
labels: []
directory: /
target-branch: dev
directory: "/"
target-branch: "dev"
schedule:
interval: daily
timezone: Asia/Jakarta
interval: "daily"
timezone: "Asia/Jakarta"

- package-ecosystem: gradle
- package-ecosystem: "gradle"
labels: []
directory: /
target-branch: dev
directory: "/"
target-branch: "dev"
schedule:
interval: daily
timezone: Asia/Jakarta
interval: "daily"
timezone: "Asia/Jakarta"

- package-ecosystem: gomod
- package-ecosystem: "gomod"
labels: []
directory: /AndroidLibXrayLite
target-branch: dev
directory: "/"
target-branch: "dev"
schedule:
interval: daily
timezone: Asia/Jakarta
interval: "daily"
timezone: "Asia/Jakarta"

0 comments on commit dfcbe0f

Please sign in to comment.