From 431b135924c24e37d4f27b588daa81e89669f0d5 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 15:30:47 +0100 Subject: [PATCH 1/4] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add39d3b..b2741e56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: dayly # Disable the steady stream of version updates for actions; only notify about security updates. open-pull-requests-limit: 0 From 9119e0638fcf886376dcd10c16878708d106fcdc Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 15:32:30 +0100 Subject: [PATCH 2/4] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2741e56..8650a933 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: dayly + interval: daily # Disable the steady stream of version updates for actions; only notify about security updates. open-pull-requests-limit: 0 From 79c80b51b77720ad090af57650e64ad05b8aab25 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 18:24:27 +0100 Subject: [PATCH 3/4] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8650a933..253bcb76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,3 @@ updates: directory: / schedule: interval: daily - # Disable the steady stream of version updates for actions; only notify about security updates. - open-pull-requests-limit: 0 From d187b3bbb139eea9cf1b9882f1bae9413774aeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:25:23 +0000 Subject: [PATCH 4/4] build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.14 to 2.0.15 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/76cd80eb775d7bbbd2d80292136d74d39e1b4918...3fd3802e88374d3fe9159b834c7714ec57d6c979) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cab6ed7f..6eb2fa64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.14 + - uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15 with: manifest-path: rust/Cargo.toml