Commit 8d48234
fix: add missing ecosystems and normalize case in repo-specific exemptions
Add maven, gradle, and devcontainers to SUPPORTED_PACKAGE_ECOSYSTEMS -
these are actively supported in dependabot_file.py but were missing from
the validation list, which would have rejected valid configurations.
Also add .lower() to parse_repo_specific_exemptions for consistent
case-insensitive handling across both EXEMPT_ECOSYSTEMS and
REPO_SPECIFIC_EXEMPTIONS.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cfd1818 commit 8d48234
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | | - | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments