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" 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: " diff --git a/package.json b/package.json index 9ca2219..8697d0d 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",