We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38efb78 commit 1cab71aCopy full SHA for 1cab71a
.github/dependabot.yml
@@ -4,9 +4,15 @@ updates:
4
directory: /
5
schedule:
6
interval: weekly
7
+ groups:
8
+ github-actions:
9
+ patterns: ["*"]
10
11
- package-ecosystem: pub
12
versioning-strategy: increase
13
14
- interval: weekly
15
+ interval: weekly
16
17
+ pub:
18
pubspec.yaml
@@ -10,11 +10,11 @@ executables:
scip_dart:
dependencies:
- analyzer: ^6.11.0
+ analyzer: ^5.13.0
args: ^2.4.0
package_config: ^2.1.0
path: ^1.8.3
- protobuf: ^4.1.0
+ protobuf: ^3.1.0
pubspec_parse: ^1.2.1
19
pubspec_lock_parse: ^2.2.0
20
collection: ^1.18.0
0 commit comments