From 16e1f7a40dba45fbc43f551a66473078e480706e Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 7 Aug 2025 12:57:33 -0700 Subject: [PATCH 1/3] Create/Update dependabot.yaml --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..5acbdac5 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' From 045fba44f694babc72c4132616399bffd7b89eef Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 7 Aug 2025 17:08:13 -0400 Subject: [PATCH 2/3] Grouped updates for Dependabot --- .github/dependabot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5acbdac5..e7822418 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,7 +4,23 @@ updates: directory: '/' schedule: interval: 'weekly' + commit-message: + prefix: "chore(deps)" + groups: + dependencies: + applies-to: version-updates + update-types: + - "minor" + - "patch" - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'weekly' + commit-message: + prefix: "chore(deps)" + groups: + dependencies: + applies-to: version-updates + update-types: + - "minor" + - "patch" From 588905a492d8b00ce5f8fc41b9417daf5ee383fd Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 7 Aug 2025 14:10:21 -0700 Subject: [PATCH 3/3] move tabs/spaces to make schema happy Updated commit message configuration for npm and GitHub Actions. --- .github/dependabot.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e7822418..a86c69d1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,23 +4,23 @@ updates: directory: '/' schedule: interval: 'weekly' - commit-message: - prefix: "chore(deps)" - groups: - dependencies: - applies-to: version-updates - update-types: - - "minor" - - "patch" + commit-message: + prefix: "chore(deps)" + groups: + dependencies: + applies-to: version-updates + update-types: + - "minor" + - "patch" - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'weekly' - commit-message: - prefix: "chore(deps)" - groups: - dependencies: - applies-to: version-updates - update-types: - - "minor" - - "patch" + commit-message: + prefix: "chore(deps)" + groups: + dependencies: + applies-to: version-updates + update-types: + - "minor" + - "patch"