From e72c4cdf2ca4f32028bc57dc3bc5a28004f77c53 Mon Sep 17 00:00:00 2001 From: benjaminbear <56151965+benjaminbear@users.noreply.github.com> Date: Fri, 14 Mar 2025 01:27:45 +0100 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9c3dc5f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/dyndns" # Location of package manifests + schedule: + interval: "daily" + - package-ecosystem: "docker" + directory: "/deployment" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: "daily" From 65adfc15727c9be2ddf731a9c80b7b0195d5206e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:47:54 +0000 Subject: [PATCH 2/2] Bump docker/build-push-action from 2 to 6 in /.github/workflows Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 4749eee..babcc60 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: builder: ${{ steps.buildx.outputs.name }} context: .