Skip to content

Commit 41e8b8a

Browse files
Merge pull request #181 from Workiva/resolve_dependency_issues
FEDX-3214: Resolved dependency issues
2 parents 38efb78 + 30d0fd0 commit 41e8b8a

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
groups:
8+
github-actions:
9+
patterns: ["*"]
710

811
- package-ecosystem: pub
912
versioning-strategy: increase
1013
directory: /
1114
schedule:
12-
interval: weekly
15+
interval: weekly
16+
groups:
17+
pub:
18+
patterns: ["*"]

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ executables:
1010
scip_dart:
1111

1212
dependencies:
13-
analyzer: ^6.11.0
13+
analyzer: ^5.13.0
1414
args: ^2.4.0
1515
package_config: ^2.1.0
1616
path: ^1.8.3
17-
protobuf: ^4.1.0
17+
protobuf: ^3.1.0
1818
pubspec_parse: ^1.2.1
1919
pubspec_lock_parse: ^2.2.0
2020
collection: ^1.18.0

snapshots/output/basic-project/pubspec.yaml

100644100755
File mode changed.

snapshots/output/dart3-features/pubspec.yaml

100644100755
File mode changed.

snapshots/output/diagnostics/pubspec.yaml

100644100755
File mode changed.

0 commit comments

Comments
 (0)