Skip to content

Commit

Permalink
Merge pull request #12 from simplybusiness/generic-dobby-name
Browse files Browse the repository at this point in the history
Generic dobby name
  • Loading branch information
addersuk authored Feb 10, 2021
2 parents 50b3170 + 67a41e3 commit 9e7c4ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "07:00"
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "07:00"
open-pull-requests-limit: 99
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Currently it supports bumping version for a gem.

### Installation

Add a file to your github workflow `.github/workflows/version-update.yml` with following content:
Add a file to your github workflow `.github/workflows/dobby-action.yml` with following content:

```yaml

name: "version update action"
name: "dobby action"
on:
issue_comment:
types: [created]
Expand Down

0 comments on commit 9e7c4ae

Please sign in to comment.