Skip to content

Commit

Permalink
Simplify dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 1, 2024
1 parent e0e7eb8 commit 9963839
Showing 1 changed file with 7 additions and 30 deletions.
37 changes: 7 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: 2
updates:
- package-ecosystem: cargo
directory: /
directories:
- /
# crates with [workspace] table are not recognized by the above 'directory: /'
- /tests/avr
- /tests/gba
- /tests/no-std-qemu
- /tests/xtensa
schedule:
interval: daily
commit-message:
Expand All @@ -10,35 +16,6 @@ updates:
# For test on old rustc.
- dependency-name: crossbeam-utils
labels: []
# crates with [workspace] table are not recognized by the above 'directory: /'
- package-ecosystem: cargo
directory: /tests/avr
schedule:
interval: daily
commit-message:
prefix: ''
labels: []
- package-ecosystem: cargo
directory: /tests/gba
schedule:
interval: daily
commit-message:
prefix: ''
labels: []
- package-ecosystem: cargo
directory: /tests/no-std-qemu
schedule:
interval: daily
commit-message:
prefix: ''
labels: []
- package-ecosystem: cargo
directory: /tests/xtensa
schedule:
interval: daily
commit-message:
prefix: ''
labels: []
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 9963839

Please sign in to comment.