Skip to content

Commit

Permalink
chore: enable version updates for Github Actions (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsCress authored Nov 17, 2024
1 parent fc79753 commit c69f612
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@ updates:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/android/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directories:
- "/.github/workflows"
- "/.github/actions/android"
- "/.github/actions/common"
- "/.github/actions/ios"
- "/.github/actions/screenshot-android"
schedule:
interval: "daily"

0 comments on commit c69f612

Please sign in to comment.