Skip to content

Commit

Permalink
ci: dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 7, 2024
1 parent d434984 commit 0f77d6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,33 @@
version: 2

enable-beta-ecosystems: true

updates:
- package-ecosystem: "pub"
directory: "packages/appstore_publish"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "packages/playstore_publish"
directory: "packages/firebase_build"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "packages/firebase_build_menu_flutter"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "packages/firebase_build"
directory: "packages/playstore_publish"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "packages/repo_support"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "packages/web_publish"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- autosubmit
2 changes: 1 addition & 1 deletion packages/firebase_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tekartik_firebase_build
description: Firebase build and deploy helpers
version: 0.1.2
version: 0.2.0
publish_to: none

environment:
Expand Down

0 comments on commit 0f77d6b

Please sign in to comment.