Skip to content

Commit 1ecd3cd

Browse files
blue4209211claude
andauthored
chore(ci): drop path filters and track github-actions in dependabot (#799)
* chore(ci): drop path filters and track github-actions in dependabot Removing the doc-server/** and ci.yaml path filters from CI so the build job runs on every PR. This lets us require the `build` status check in branch protection without blocking PRs that only touch top-level files (README, LICENSE, etc.) on a check that never reports. Also adds the github-actions ecosystem to dependabot so the action versions used by ci.yaml stay current. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: shiv <blue.4209211@gmail.com> * chore(deps): group github-actions dependabot updates into one PR Per review feedback, group all github-actions ecosystem updates into a single weekly PR to reduce noise from frequent minor action bumps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: shiv <blue.4209211@gmail.com> --------- Signed-off-by: shiv <blue.4209211@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7f1eb27 commit 1ecd3cd

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ updates:
99
directory: "/doc-server"
1010
schedule:
1111
interval: "weekly"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ name: CI
33
on:
44
pull_request:
55
branches: [ "main" ]
6-
paths:
7-
- doc-server/**
8-
- .github/workflows/ci.yaml
96
push:
107
branches: [ "main" ]
11-
paths:
12-
- doc-server/**
13-
- .github/workflows/ci.yaml
148

159
jobs:
1610
build:

0 commit comments

Comments
 (0)