From 75bb0d5db4345ed046ec19141f5f2bf19ba69948 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Tue, 7 Oct 2025 08:12:05 -0600 Subject: [PATCH 1/3] add dependabot config --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3f4b45f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/angular-app" + schedule: + interval: "weekly" + groups: + npm-dev-deps: + dependency-type: "development" + npm-prod-deps: + dependency-type: "production" + open-pull-requests-limit: 5 + commit-message: + prefix: "deps" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions-deps: + patterns: + - "*" + open-pull-requests-limit: 5 + commit-message: + prefix: "ci" From 7268f038ef8446394b89ebf8c43c1f3873a9e9e5 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Tue, 7 Oct 2025 08:12:21 -0600 Subject: [PATCH 2/3] code cleanup --- src/app/tool/better/resources/resources.component.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/tool/better/resources/resources.component.html b/src/app/tool/better/resources/resources.component.html index 7d87c05..8ebe9b5 100644 --- a/src/app/tool/better/resources/resources.component.html +++ b/src/app/tool/better/resources/resources.component.html @@ -7,7 +7,7 @@

Who is Using BETTER?

BETTER is used by federal, state, and municipal government agencies, including the National Aeronautics and Space Administration (NASA) – Goddard Space Flight Center and the Department of Energy and Environment in the District of Columbia; school districts; energy service companies, including Johnson Controls; multinational corporations; investors and lenders, like Citi; and non-profit organizations, such as PowerOptions and World Resources Institute (WRI). For more on pilot projects, visit better.lbl.gov/news/.

Interoperability

-

BETTER can be used in combination with the U.S. Environmental Protection Agency ENERGY STAR® PortfolioManager® and the U.S. Department of Energy (DOE) Building Energy Asset Score to conduct multilayered analysis on buildings to deliver both superior structural performance and operational energy performance. Currently, BETTER can input data from ENERGY STAR® PortfolioManager® or a BuildingSync® file to facilitate data and analytics transfer between BETTER and Asset Score, Audit Template, and the Standard Energy Efficiency Data (SEED)TM Platform. Users of SEED can also run BETTER and view BETTER reports from within the SEED platform. See how one California state government branch is accessing BETTER analytics through SEED to support portfolio energy performance improvement. +

BETTER can be used in combination with the U.S. Environmental Protection Agency ENERGY STAR® PortfolioManager® and the U.S. Department of Energy (DOE) Building Energy Asset Score to conduct multilayered analysis on buildings to deliver both superior structural performance and operational energy performance. Currently, BETTER can input data from ENERGY STAR® PortfolioManager® or a BuildingSync® file to facilitate data and analytics transfer between BETTER and Asset Score, Audit Template, and the Standard Energy Efficiency Data (SEED)TM Platform. Users of SEED can also run BETTER and view BETTER reports from within the SEED platform. See how one California state government branch is accessing BETTER analytics through SEED to support portfolio energy performance improvement.

Training Materials

@@ -15,8 +15,8 @@

Training Materials

The following documents are available to help you understand and use BETTER:

- - - - From 81bc8847703fcfdcafcf5729696d7d7378758fef Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Tue, 7 Oct 2025 08:12:43 -0600 Subject: [PATCH 3/3] update precommit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e61521..769b466 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files