Skip to content

Commit

Permalink
Sync repo templates ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Nov 14, 2024
1 parent 8737440 commit d9b08e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9b08e2

Please sign in to comment.