Skip to content

Commit

Permalink
Merge pull request #4 from tekartik/dart3a
Browse files Browse the repository at this point in the history
Dart3a
  • Loading branch information
alextekartik authored Oct 9, 2023
2 parents 54ce933 + e5962a5 commit d4e8f60
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 8 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Dependabot configuration file.
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
version: 2

enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "ci"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "ci_support"
schedule:
interval: "monthly"

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

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
4 changes: 2 additions & 2 deletions ci/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
#

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dependencies:
meta:
Expand All @@ -16,4 +16,4 @@ dependencies:
pub_semver:
dev_dependencies:
lints: '>=1.0.0'
test: ^1.6.0
test: ^1.6.0
8 changes: 4 additions & 4 deletions ci_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ version: 0.1.0
#

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=3.1.0 <4.0.0'

dependencies:
tekartik_ci:
git:
url: https://github.com/tekartik/ci.dart
ref: dart2_3
ref: dart3a
process_run:
path:
dev_dependencies:
Expand All @@ -21,8 +21,8 @@ dev_dependencies:
tekartik_common_utils:
git:
url: https://github.com/tekartik/common_utils.dart
ref: dart2_3
ref: dart3a

dependency_overrides:
tekartik_ci:
path: ../ci
path: ../ci
4 changes: 2 additions & 2 deletions repo_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version: 0.2.0
publish_to: none

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dev_dependencies:
path:
pub_semver:
tekartik_travis_ci_flutter:
git:
url: https://github.com/tekartik/travis_ci_flutter.dart
ref: dart2_3
ref: dart3a
version: '>=0.1.0'
process_run: '>=0.10.3'
test:
Expand Down

0 comments on commit d4e8f60

Please sign in to comment.