File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
version : 2
7
7
updates :
8
8
# Enable version updates for npm
9
- - package-ecosystem : " npm"
9
+ - package-ecosystem : npm
10
10
# Look for `package.json` and `lock` files in the `root` directory
11
- directory : " / "
11
+ directory : /
12
12
# Check for updates once a month
13
13
schedule :
14
- interval : " monthly"
14
+ interval : monthly
15
15
allow :
16
16
# Allow direct updates only (for packages named in package.json)
17
- - dependency-type : " direct"
17
+ - dependency-type : direct
18
18
# Enable version updates for npm
19
19
- package-ecosystem : github-actions
20
20
# Look for `package.json` and `lock` files in the `root` directory
21
- directory : " / "
21
+ directory : /
22
22
# Check for updates once a month
23
23
schedule :
24
- interval : " monthly"
24
+ interval : monthly
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Docker build
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ main ]
5
+ branches : [main]
6
6
7
7
jobs :
8
8
docker :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Lint and build
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ main ]
5
+ branches : [main]
6
6
7
7
jobs :
8
8
lint-build :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish release
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
7
7
jobs :
8
8
release-please :
Original file line number Diff line number Diff line change 13
13
"lint:css" : " stylelint \" **/*.css\" " ,
14
14
"lint:js" : " eslint \" **/*.js\" " ,
15
15
"lint:markdown" : " markdownlint-cli2 \" **/*.md\" " ,
16
- "lint:yml" : " eslint \" **/*.yml\" " ,
16
+ "lint:yml" : " eslint --no-error-on-unmatched-pattern \" .github/**/*.yml \" \" **/*.yml\" " ,
17
17
"start" : " npm-run-all -l clean -p start:*" ,
18
18
"start:eleventy" : " run-p dev cms" ,
19
19
"prepare" : " husky install"
You can’t perform that action at this time.
0 commit comments