Files
releases/.github/dependabot.yml
T
Charlie Egan ffd7d46ee4 website: Various updates to node and website deps (#8768)
Replaces https://github.com/open-policy-agent/opa/pull/8762

Original dependabot updates:

Bumps the website group in /docs with 9 updates:

| Package | From | To |
| --- | --- | --- |
|
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
| `0.27.18` | `0.27.19` |
|
[@iconify/react](https://github.com/iconify/iconify/tree/HEAD/components/react)
| `6.0.0` | `6.0.2` |
| [@mermaid-js/layout-elk](https://github.com/mermaid-js/mermaid) |
`0.1.9` | `0.2.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.4.1` |
| [glob](https://github.com/isaacs/node-glob) | `11.1.0` | `13.0.6` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.2.0` |
| [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) |
`0.21.0` | `0.22.1` |
| [recharts](https://github.com/recharts/recharts) | `3.7.0` | `3.8.1` |
|
[baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping)
| `2.10.20` | `2.10.33` |


I have also made some updates to use node 24.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 13:23:17 +00:00

56 lines
1.2 KiB
YAML

version: 2
updates:
- package-ecosystem: gomod
directories:
- /
- /e2e
- /build/tools
schedule:
interval: monthly
groups:
go.opentelemetry.io:
patterns:
- "go.opentelemetry.io/*"
dependencies:
patterns:
- "*"
exclude-patterns:
- "go.opentelemetry.io/*"
cooldown:
default-days: 7
- package-ecosystem: npm
directory: /docs
schedule:
interval: monthly
groups:
website:
patterns:
- "*"
cooldown:
default-days: 7
# Remove when @docusaurus/theme-mermaid widens its peer range to accept
# @mermaid-js/layout-elk >=0.2.0.
ignore:
- dependency-name: "@mermaid-js/layout-elk"
versions: [">=0.2.0"]
- package-ecosystem: npm
directory: /e2e/api/compile/prisma
schedule:
interval: monthly
groups:
e2e/prisma:
patterns:
- "*"
cooldown:
default-days: 7
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
gha-dependencies:
patterns:
- "*"
cooldown:
default-days: 7