From 780f08fcf12efcd0d09e0d5346785d485431ac23 Mon Sep 17 00:00:00 2001 From: "labd-project-manager[bot]" <141430439+labd-project-manager[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:54:29 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/'?= =?UTF-8?q?=20with=20remote=20'projects/go-terraform-provider/.github'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/triage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 9bba0c6e..6a30980e 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -18,7 +18,7 @@ jobs: private-key: ${{ secrets.RD_APP_PRIVATE_KEY }} installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }} - name: set to project board - uses: actions/add-to-project@v1.0.1 + uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/labd/projects/3 github-token: ${{ steps.get-app-token.outputs.app-token }} From 57a02d4dfebc9b9f5e7276565ea2e9bdfb182b07 Mon Sep 17 00:00:00 2001 From: "labd-project-manager[bot]" <141430439+labd-project-manager[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:38:44 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/'?= =?UTF-8?q?=20with=20remote=20'projects/go-terraform-provider/.github'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 3e435015..44db557b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: tuesday commit-message: prefix: "chore(deps)" @@ -15,7 +15,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: tuesday commit-message: prefix: "chore(deps)"