From 9d4fb757d99647adbb25fe30ca9fd772c99ea583 Mon Sep 17 00:00:00 2001 From: Sylvain Carisey Date: Fri, 6 Mar 2026 17:07:45 +0100 Subject: [PATCH 1/2] ci:Add GitHub Actions to Dependabot updates Updated Dependabot configuration to include GitHub Actions. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..042f4fc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + day: "thursday" From e3ca6ed6691a1bdfd6eb011239633373db0a8534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:09:41 +0000 Subject: [PATCH 2/2] build(deps): bump cachix/cachix-action from 15 to 16 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v15...v16) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report-and-push.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report-and-push.yml b/.github/workflows/report-and-push.yml index 51d6a5e..7cb4cbe 100644 --- a/.github/workflows/report-and-push.yml +++ b/.github/workflows/report-and-push.yml @@ -28,7 +28,7 @@ jobs: - uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v15 + - uses: cachix/cachix-action@v16 with: name: scarisey-public authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 12af736..88febd0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -32,7 +32,7 @@ jobs: - uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v15 + - uses: cachix/cachix-action@v16 with: name: scarisey-public authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"