From b47beab7346ecab67b813b4ecc4a448a8ade74dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:29:19 +0000 Subject: [PATCH 1/3] chore(deps): bump peter-evans/create-pull-request from 5 to 6 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update_omada.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_omada.yml b/.github/workflows/update_omada.yml index df1e902..0ad0acb 100644 --- a/.github/workflows/update_omada.yml +++ b/.github/workflows/update_omada.yml @@ -55,7 +55,7 @@ jobs: - name: Create pull request if: env.UPDATE_VERSION_FILE - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: update omada version to ${{ steps.omada_url.outputs.latest_version }} title: update omada version to ${{ steps.omada_url.outputs.latest_version }} From 840cabaf060cb5ed3f1bccc662e6f7d291d765ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:29:53 +0000 Subject: [PATCH 2/3] chore(deps): update molecule requirement Updates the requirements on [molecule](https://github.com/ansible-community/molecule) to permit the latest version. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v4.0.0...v24.2.0) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9fa2fa3..ddb3646 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ansible>=7.4 ansible-compat>=4.1.7 ansible-core>=2.14 ansible-lint>=6.14.0 -molecule>=4.0.0,<7.0.0 +molecule>=4.0.0,<25.0.0 molecule-plugins[docker]>=23.0.0 paramiko>=3.0.0 pre-commit>=3.2.0 From 2bb135b85011e40da32899ff24969912cdfaa7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:45:11 +0000 Subject: [PATCH 3/3] chore(deps): bump dependabot/fetch-metadata from 1 to 2 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1...v2) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bot_auto_merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot_auto_merge.yml b/.github/workflows/bot_auto_merge.yml index cb73a65..5483b1c 100644 --- a/.github/workflows/bot_auto_merge.yml +++ b/.github/workflows/bot_auto_merge.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1 + uses: dependabot/fetch-metadata@v2 with: github-token: "${{ secrets.GITHUB_TOKEN }}"