Skip to content

Commit

Permalink
Merge pull request o2sh#260 from o2sh/chore/dependabot/check-actions
Browse files Browse the repository at this point in the history
Add dependabot config for GitHub Actions
  • Loading branch information
spenserblack authored Oct 12, 2020
2 parents a2b0bfd + d98485d commit 072c421
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 072c421

Please sign in to comment.