Commit d2276c5
authored
ci: drop unused scheduled workflows (security-scan, template-sync) (#74)
* ci: drop unused scheduled workflows, quiet Dependabot to monthly
The weekly security-scan and template-sync workflows generated churn no
one acts on:
- security-scan.yaml ran pip-audit on a schedule and dumped a JSON report
into the Actions tab that nobody monitors. It is redundant with GitHub's
native Dependabot security alerts. The on-demand `tox -e security` env
is kept for local CVE scans.
- template-sync.yaml is a no-op in the template repo itself and does a
whole-tree merge into forks that conflicts on pyproject.toml/README for
any customized plugin. Pulling template changes is now a deliberate
manual step.
Also moves Dependabot version updates from weekly to monthly to cut the
patch-bump PR noise that fights the 7-day `exclude-newer` resolver window.
Docs updated to match (github-workflows.md, github-repository-settings.md).
* docs: document the scaffold-rename workflow and its PR check
Review of #74 found the workflow doc undercounted: there are three
workflow files (test, scaffold-test, release), not two. The
scaffold-rename job was never documented even under the old count.
- github-workflows.md: correct "two" -> "three" and add a Scaffold
Rename Workflow section.
- github-repository-settings.md: note the per-PR `scaffold` check so it
can be added to required status checks.
* ci: keep Dependabot on weekly
Revert the weekly -> monthly change. The grouped weekly cadence is at
most one PR per week and keeps dev deps current; the noise it adds is
acceptable. Security updates are unaffected by the interval either way.
* docs: note scaffold workflow manual dispatch and default-token bucket
Two completeness fixes flagged in #74 review:
- github-workflows.md: scaffold-test.yml has a workflow_dispatch
trigger; add the missing Manual dispatch bullet.
- github-repository-settings.md: scaffold-test.yml also runs on the
default GITHUB_TOKEN with no secrets; widen the sentence that only
named test.yml so the no-secrets bucket is complete.1 parent b4cd0c2 commit d2276c5
4 files changed
Lines changed: 14 additions & 163 deletions
File tree
- .github/workflows
- docs
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
30 | 27 | | |
31 | | - | |
| 28 | + | |
32 | 29 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 30 | + | |
51 | 31 | | |
52 | 32 | | |
53 | 33 | | |
| |||
0 commit comments