Skip to content

Commit 286d166

Browse files
committed
chore(ci): add dependabot.yml
1 parent ac91ef5 commit 286d166

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "pub" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

bin/commitlint_cli.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:commitlint_cli/commitlint_cli.dart';
1+
import 'package:commitlint_cli/commitlint.dart';
22

33
Future<void> main(List<String> args) async {
44
await CommitLintRunner().run(args);
File renamed without changes.

lib/commitlint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ rules:
2323
scope-enum:
2424
- 2
2525
- always
26-
- - deps
26+
- - ci
27+
- deps
2728
- release

0 commit comments

Comments
 (0)