Skip to content

Commit

Permalink
dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Jan 8, 2025
1 parent 5cabced commit 6fdf0d2
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/"
interval: weekly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: gradle
directory: /android/app
schedule:
interval: "daily"
interval: weekly
groups:
android-app-gradle:
patterns:
- "*"
- package-ecosystem: gradle
directory: /android
schedule:
interval: weekly
groups:
android-gradle:
patterns:
- "*"
- package-ecosystem: pub
directory: /
schedule:
interval: weekly
groups:
root-pub:
patterns:
- "*"

0 comments on commit 6fdf0d2

Please sign in to comment.