File tree Expand file tree Collapse file tree 8 files changed +26
-16
lines changed Expand file tree Collapse file tree 8 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "version" : " 0.2" ,
33 "words" : [
4+ " coliff" ,
45 " dbaeumer" ,
56 " fediverse" ,
67 " Merbivore" ,
Original file line number Diff line number Diff line change 11version : 2
22updates :
33 - package-ecosystem : npm
4- directory : " / "
4+ directory : ' / '
55 schedule :
66 interval : monthly
77 versioning-strategy : increase
88 groups :
99 dependencies :
1010 applies-to : version-updates
1111 patterns :
12- - " * "
12+ - ' * '
1313 update-types :
14- - " minor"
15- - " patch"
14+ - ' minor'
15+ - ' patch'
1616 - package-ecosystem : github-actions
17- directory : " / "
17+ directory : ' / '
1818 schedule :
19- interval : weekly
19+ interval : monthly
20+ groups :
21+ dependencies :
22+ applies-to : version-updates
23+ patterns :
24+ - ' *'
25+ update-types :
26+ - ' minor'
27+ - ' patch'
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 persist-credentials : false
2828
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
30+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3131 with :
3232 languages : ' javascript'
3333 queries : +security-and-quality
3434
3535 - name : Perform CodeQL Analysis
36- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
36+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131
3232 - name : Super-linter
33- uses : super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0.1.0
33+ uses : super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
3434 env :
3535 DEFAULT_BRANCH : main
3636 FILTER_REGEX_EXCLUDE : ' /test/'
Original file line number Diff line number Diff line change 1212 "button-type-require" : true ,
1313 "doctype-first" : false ,
1414 "doctype-html5" : true ,
15+ "form-method-require" : true ,
1516 "head-script-disabled" : false ,
1617 "h1-require" : true ,
1718 "html-lang-require" : true ,
2021 "inline-script-disabled" : false ,
2122 "inline-style-disabled" : false ,
2223 "input-requires-label" : false ,
24+ "link-rel-canonical-require" : true ,
2325 "main-require" : true ,
2426 "meta-charset-require" : true ,
2527 "meta-description-require" : true ,
Original file line number Diff line number Diff line change 1- lockfile-version = 3
21registry = 'https://registry.npmjs.org/ '
Original file line number Diff line number Diff line change 3333 "ace-builds" : " ^1.35.0" ,
3434 "astro" : " ^5.13.5" ,
3535 "bootstrap" : " ^5.3.8" ,
36- "htmlhint" : " ^1.6.3 "
36+ "htmlhint" : " ^1.7.0 "
3737 },
3838 "devDependencies" : {
3939 "@astrojs/check" : " ^0.9.4" ,
You can’t perform that action at this time.
0 commit comments