Skip to content

Commit

Permalink
feat: Update dependencies and dependabot.yml (#80)
Browse files Browse the repository at this point in the history
* ci/cd: Update dependabot.yml

* chore: Update dependencies

* chore: Update Podfile.lock for macos
  • Loading branch information
naipaka committed May 1, 2024
1 parent 11e2f44 commit 7ead885
Show file tree
Hide file tree
Showing 51 changed files with 1,769 additions and 809 deletions.
56 changes: 56 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -6,3 +6,59 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/example"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_authenticator"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_authenticator/example"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_configurator"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_configurator/example"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_lints"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_lints/example"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_lints_test"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_lints_test/example"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_messenger"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_messenger/example"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_tracker"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/altfire_tracker/example"
schedule:
interval: "weekly"
17 changes: 12 additions & 5 deletions .vscode/launch.json
Expand Up @@ -11,6 +11,13 @@
"type": "dart",
"flutterMode": "debug"
},
{
"name": "altfire_authenticator/example",
"cwd": "packages/altfire_authenticator/example",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
},
{
"name": "altfire_configurator/example",
"cwd": "packages/altfire_configurator/example",
Expand All @@ -19,18 +26,18 @@
"flutterMode": "debug"
},
{
"name": "altfire_tracker/example",
"cwd": "packages/altfire_tracker/example",
"name": "altfire_messenger/example",
"cwd": "packages/altfire_messenger/example",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
},
{
"name": "altfire_authenticator/example",
"cwd": "packages/altfire_authenticator/example",
"name": "altfire_tracker/example",
"cwd": "packages/altfire_tracker/example",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
},
}
]
}
2 changes: 1 addition & 1 deletion example/ios/Podfile
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down

0 comments on commit 7ead885

Please sign in to comment.