mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
* 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
37 lines
831 B
YAML
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"
|