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 47cb2f6f0a137b966e01ddff89bad107a714f40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:09:33 +0000 Subject: [PATCH 2/2] build(deps): bump actions/create-github-app-token from 1 to 2 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-and-push.yml b/.github/workflows/report-and-push.yml index 51d6a5e..0ac54c7 100644 --- a/.github/workflows/report-and-push.yml +++ b/.github/workflows/report-and-push.yml @@ -37,7 +37,7 @@ jobs: nix build --accept-flake-config .#packages.x86_64-linux.default - name: Generate a token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}