Skip to content

Commit

Permalink
chore: enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-pastushenko committed Nov 10, 2023
1 parent d722a68 commit ddc5e4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: 'cargo'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'improvement'
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: test
on:
push:
branches: [ "main" ]
paths:
- '**.rs'
- 'src/**.rs'
pull_request:
branches: [ "main" ]
paths:
- '**.rs'
- 'src/**.rs'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit ddc5e4c

Please sign in to comment.