Skip to content

Commit 46e3e82

Browse files
robaikenCopilotsabrowning1
authored
Add Bazel support to Dependabot configuration and documentation (#58675)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Sam Browning <[email protected]>
1 parent 8f68d65 commit 46e3e82

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ The table below shows the package managers for which SemVer is supported.
205205

206206
| Package manager | SemVer supported |
207207
|-----------------------|------------------|
208+
| {% ifversion dependabot-bazel-support %} |
209+
| Bazel | {% octicon "x" aria-label="Not supported" %} |
210+
| {% endif %} |
208211
| Bundler | {% octicon "check" aria-label="Supported" %} |
209212
| Bun | {% octicon "check" aria-label="Supported" %} |
210213
| Cargo | {% octicon "check" aria-label="Supported" %} |
@@ -475,6 +478,9 @@ When `open-pull-requests-limit` is defined:
475478

476479
Package manager | YAML value | Supported versions |
477480
---------------|------------------|:------------------:|
481+
| {% ifversion dependabot-bazel-support %} |
482+
| Bazel | `bazel` | v7, v8, v9 |
483+
| {% endif %} |
478484
| {% ifversion dependabot-bun-support %} |
479485
| Bun | `bun` | >=v1.2.5 |
480486
| {% endif %} |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #16918
2+
# Bazel support for Dependabot
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '> 3.19'

data/reusables/dependabot/supported-package-managers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Package manager | YAML value | Supported versions | Version updates | Security updates | Private repositories | Private registries | Vendoring |
44
---------------|------------------|------------------|:---:|:---:|:---:|:---:|:---:|
5+
| {% ifversion dependabot-bazel-support %} |
6+
Bazel | `bazel` | v7, v8, v9 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |
7+
| {% endif %} |
58
| {% ifversion dependabot-bun-support %} |
69
[Bun](#bun) | `bun` | >=v1.1.39 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
710
| {% endif %} |

data/reusables/dependency-graph/supported-package-ecosystems.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
| Package manager | Languages | Static transitive dependencies | Automatic dependency submission | Recommended files | Additional files |
22
| --- | --- | --- | --- | --- | ---|
3+
| {% ifversion dependabot-bazel-support %} |
4+
| Bazel | Starlark | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | `MODULE.bazel`, `WORKSPACE` | `MODULE.bazel.lock`, `maven_install.json`, `*.MODULE.bazel` |
5+
| {% endif %} |
36
| Cargo | Rust | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | `Cargo.lock` | `Cargo.toml` |
47
| Composer | PHP | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | `composer.lock` | `composer.json` |
58
| NuGet | .NET languages (C#, F#, VB), C++ | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj` | `packages.config` |

0 commit comments

Comments
 (0)