Files
archived-teslamate/.github/dependabot.yml
JakobLichterfeld b1bab00992 sec: upgrade esbuild to 0.25.2 and esbuild-sass-plugin to 3.3.1 to avoid GHSA-67mh-4wv8-2f99 (#4669)
* sec: upgrade esbuild to 0.25.2 and esbuild-sass-plugin to 3.3.1 to avoid GHSA-67mh-4wv8-2f99

see https://github.com/teslamate-org/teslamate/security/dependabot/60

* docs: update changelog

* style: linter findings
2025-04-18 10:51:42 +02:00

37 lines
831 B
YAML

version: 2
updates:
- package-ecosystem: "mix"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/assets"
schedule:
interval: "monthly"
ignore:
# ignore the path based dependencies to prevent "Dependabot couldn't fetch all your path-based dependencies"
- dependency-name: phoenix
- dependency-name: phoenix_html
- dependency-name: phoenix_live_view
- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/grafana"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"