Skip to content

Commit

Permalink
Add rust-maintain to auto-update Dependencies and auto-fix lints (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem authored Nov 12, 2024
1 parent 98cb909 commit c7a937c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/crate-maintenance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Crate maintenance

on:
schedule:
- cron: "14 3 * * 5" # every friday at 03:14
workflow_dispatch:

jobs:
rust-maintain:
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write

steps:
# you should use a *pinned commit*:
- uses: Swatinem/rust-maintain@d30335b4b3c4c7a19c42ca2e25e3d73500f22098

0 comments on commit c7a937c

Please sign in to comment.