Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#5)
Browse files Browse the repository at this point in the history
* Upgrade to GitHub-native Dependabot

* workflows/ci: disable schedule, add 2.7

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: William Woodruff <william@yossarian.net>
  • Loading branch information
dependabot-preview[bot] and woodruffw authored Apr 29, 2021
1 parent b43ca85 commit e7433c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: bundler
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- master
pull_request:
schedule:
- cron: '0 12 * * *'

jobs:
test:
Expand All @@ -15,7 +13,7 @@ jobs:
ruby:
- "2.5"
- "2.6"
# - "2.7"
- "2.7"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e7433c8

Please sign in to comment.