Skip to content

Commit

Permalink
chore: enable version updates for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AsCress committed Nov 17, 2024
1 parent fc79753 commit e69741f
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 e69741f

Please sign in to comment.