File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,26 +27,4 @@ updates:
2727 actions-security :
2828 applies-to : security-updates
2929 patterns :
30- - " *"
31-
32- # NPM dependencies (Hugo site and tooling)
33- - package-ecosystem : " npm"
34- directory : " /"
35- schedule :
36- # Monthly scheduled updates to balance freshness with maintenance effort; security updates can still be raised separately
37- interval : " monthly"
38- commit-message :
39- prefix : " chore(deps)"
40- versioning-strategy : increase-if-necessary
41- reviewers :
42- - " github/cse-intelligence-engine-squad"
43- # Group version and security updates separately.
44- groups :
45- npm-version :
46- applies-to : version-updates
47- patterns :
48- - " *"
49- npm-security :
50- applies-to : security-updates
51- patterns :
52- - " *"
30+ - " *"
Original file line number Diff line number Diff line change 5757
5858 environment :
5959 name : development
60- url : ${{ steps.deployment.outputs.page_url }}
6160
6261 runs-on : ubuntu-latest
6362
@@ -138,12 +137,6 @@ jobs:
138137 path : ' ./${{ env.SITE_DIR }}'
139138 retention-days : ' 7'
140139
141- - name : Deploy site to GitHub Pages
142- id : deployment
143- uses : actions/deploy-pages@v5
144- with :
145- preview : true
146-
147140 - name : HTML Proofer
148141 uses : chabad360/htmlproofer@c2750eb7eb937599ac859517e7dd23a29f1b3ed7 # v2
149142 with :
You can’t perform that action at this time.
0 commit comments