Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 989ca34

Browse files
committed
build: configure GitHub dependabot
1 parent 7ffe3ca commit 989ca34

File tree

3 files changed

+14
-2
lines changed

3 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"files.eol": "\n",
33
"cSpell.words": [
44
"Backport",
5-
"McCabe's",
65
"Gitlab",
6+
"McCabe's",
77
"SLOC",
88
"ansicolor",
99
"codecov",
1010
"cyclomatic",
1111
"dartanalyzer",
1212
"dartdocs",
13+
"dependabot",
1314
"dkrutskikh",
1415
"incendial",
1516
"lcov",

doc/rules/member-ordering-extended.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extended member ordering
1+
# Member ordering extended
22

33
![Configurable](https://img.shields.io/badge/-configurable-informational)
44

0 commit comments

Comments
 (0)