From 2e9656df6a96593580c5f2659ba2fff62b23c362 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Tue, 5 Mar 2024 14:00:48 -0800 Subject: [PATCH 1/3] build: dependabot config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dfaf3c8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + target-branch: "develop" From 3ef0c7a7f64b4b502788144ebbd09413684d8132 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Tue, 5 Mar 2024 14:02:07 -0800 Subject: [PATCH 2/3] chore: dependency bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dba6a12..86b79f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "climate-tokenization-engine-ui", - "version": "1.1.7", + "version": "1.1.8", "private": true, "author": "Chia Network Inc. ", "description": "User Interface for the Climate Tokenization Engine", From e5ad1e76da924e0471ec89b806bf0c499c1ffbb7 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Tue, 5 Mar 2024 14:05:41 -0800 Subject: [PATCH 3/3] chore: configure repo auto-updates from automated processes --- .repo-content-updater.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .repo-content-updater.yaml diff --git a/.repo-content-updater.yaml b/.repo-content-updater.yaml new file mode 100644 index 0000000..3906fd0 --- /dev/null +++ b/.repo-content-updater.yaml @@ -0,0 +1,4 @@ +pr_target_grant: develop +assign_users: + - TheLastCicada +commit_prefix: "chore: "