Skip to content

Commit

Permalink
Merge pull request #2 from jwillemsen/jwi-dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
jwillemsen committed Feb 1, 2021
2 parents b624be8 + 9519721 commit 72f71e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Publish to RubyGems
Expand Down

0 comments on commit 72f71e1

Please sign in to comment.