Commit d71fc30
committed
ci(dependabot): block bot bumps against py39 lockfile
Dependabot security updates ignore the `directory:` allowlist in
`.github/dependabot.yml`, so the py39 freeze from cb20cdf only
held against version-update PRs. Two security PRs (#143 urllib3
2.7.0, #144 requests 2.33.0) are currently open against
`lockfiles/py39/`; both upstream releases drop Python 3.9.
Extends `.github/workflows/dependabot-auto-merge.yml` to close
(and delete the branch of) any Dependabot PR whose
`fetch-metadata` `directory` output starts with `/lockfiles/py39`,
before the auto-merge step runs. Catches both version updates and
security PRs.
Tightens the CHANGELOG note on the py39 freeze to cover security
PRs.
Mirrors monitoring-plugins commit cd5b1e066.1 parent 3909c63 commit d71fc30
2 files changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
20 | 36 | | |
21 | | - | |
22 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
23 | 40 | | |
24 | 41 | | |
25 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments