Skip to content

Commit

Permalink
Merge pull request #16 from decorativefamily/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
CodeWithTamim authored Nov 14, 2024
2 parents b2a70df + 6b51137 commit d206af7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'

- name: Setup Android SDK Tools
uses: android-actions/[email protected].0
uses: android-actions/[email protected].2
with:
cmdline-tools-version: 10406996

Expand Down

0 comments on commit d206af7

Please sign in to comment.