Skip to content

Commit ca88533

Browse files
authored
blast_repo fixes (dart-archive/appengine#163)
* blast_repo fixes dependabot * rev sdk constraint
1 parent 10653f2 commit ca88533

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

pkgs/appengine/.github/dependabot.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
version: 2
33

44
updates:
5-
- package-ecosystem: "github-actions"
6-
directory: "/"
5+
- package-ecosystem: github-actions
6+
directory: /
77
schedule:
8-
interval: "monthly"
8+
interval: monthly
9+
labels:
10+
- autosubmit

pkgs/appengine/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## 0.13.6-wip
2+
3+
* Require Dart 2.19.
4+
15
## 0.13.5
2-
* Added topics to `pubspec.yaml`.
6+
7+
* Added topics to `pubspec.yaml`.
38

49
## 0.13.4
510

pkgs/appengine/pubspec.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: appengine
2-
version: 0.13.5
2+
version: 0.13.6-wip
33
description: >
44
Support for using Dart as a custom runtime on Google App Engine Flexible
55
Environment
66
repository: https://github.com/dart-lang/appengine
7+
78
topics:
8-
- cloud
9-
- gcp
9+
- cloud
10+
- gcp
1011

1112
environment:
12-
sdk: '>=2.14.0 <3.0.0'
13+
sdk: '>=2.19.0 <3.0.0'
1314

1415
dependencies:
1516
fixnum: ^1.0.0

0 commit comments

Comments
 (0)