Skip to content

Commit 0bd428b

Browse files
authored
chore: removed pages deployment and npm dependabot (#81)
1 parent 25f2fac commit 0bd428b

2 files changed

Lines changed: 1 addition & 30 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff 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+
- "*"

.github/workflows/pr-check.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
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:

0 commit comments

Comments
 (0)