From 6848b5b612c679953d08f33f66c217dde7dd5734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:40:34 +0000 Subject: [PATCH 1/2] Bump stefanzweifel/git-auto-commit-action from 5 to 6 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/remove-dependabot-on-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-dependabot-on-template.yaml b/.github/workflows/remove-dependabot-on-template.yaml index de7c898..247feb9 100644 --- a/.github/workflows/remove-dependabot-on-template.yaml +++ b/.github/workflows/remove-dependabot-on-template.yaml @@ -19,6 +19,6 @@ jobs: run: rm -f .github/dependabot.yaml - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Remove Dependabot \ No newline at end of file From 2584593291c610960799f02d72a74b1f59efb6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:40:41 +0000 Subject: [PATCH 2/2] Remove Dependabot --- .github/dependabot.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index 339de14..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - time: '11:07' \ No newline at end of file