diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b82f941ca..123c77c73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,12 @@ updates: directory: "/demo" schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/demo" + schedule: + interval: "daily" - package-ecosystem: "gomod" - directory: "/" + directory: "/internal/mapper/v017/Dockerfile" schedule: interval: "weekly" - package-ecosystem: "gomod" diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 74b25687d..edda43e9c 100644 --- a/.github/workflows/go-maintenance.yml +++ b/.github/workflows/go-maintenance.yml @@ -45,6 +45,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto + run: gh pr merge --merge --auto go-mod-upgrades env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/go-mod-tidy.yml b/.github/workflows/go-mod-tidy.yml index 100f5d518..e486d9a1d 100644 --- a/.github/workflows/go-mod-tidy.yml +++ b/.github/workflows/go-mod-tidy.yml @@ -47,6 +47,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto + run: gh pr merge --merge --auto go-mod-tidy env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index a550e183e..300ed3307 100644 --- a/.github/workflows/go-version.yml +++ b/.github/workflows/go-version.yml @@ -41,6 +41,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto + run: gh pr merge --merge --auto version-sync-go env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index 549b76d9e..425f2d578 100644 --- a/.github/workflows/node-maintenance.yml +++ b/.github/workflows/node-maintenance.yml @@ -42,6 +42,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto + run: gh pr merge --merge --auto npm-upgrades env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index 184f6c276..4b383015c 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -51,6 +51,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto + run: gh pr merge --merge --auto version-sync-node env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index fcc8e3164..9a372f0cf 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -36,6 +36,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto + run: gh pr merge --merge --auto openapi-sync env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}