repository template for Rust projects

chore: configure dependabot groups for GHA (#42)

authored by samanthanguyen.me and committed by

GitHub 5f73e288 f9dd7f05

+8
+8
.github/dependabot.yml
··· 19 19 interval: "weekly" 20 20 commit-message: 21 21 prefix: "deps(gha):" 22 + groups: 23 + actions: 24 + patterns: 25 + - "actions/*" 26 + rust: 27 + patterns: 28 + - "Swatinem/*" 29 + - "taiki-e/*" 22 30 open-pull-requests-limit: 4