From e2e0f945a91a2d3096cab1cb8577406424f53022 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 13 Nov 2024 14:49:04 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@eb62991571d69caf8beddf934a8df790c9ea0749. --- .github/dependabot.yml | 6 ++++++ .github/workflows/rust.yml | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 075af45..4f34d7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,12 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: ["skip-notes"] + open-pull-requests-limit: 3 - package-ecosystem: cargo directory: / schedule: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 05c558b..4a559fb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -37,9 +37,6 @@ jobs: run: cargo build --all-targets - name: cargo test run: cargo test --all-targets - - name: cargo test (fs_utf8) - run: cargo test --features=fs_utf8 - tests-release-stable: name: Tests (release), stable toolchain runs-on: ubuntu-latest