Skip to content

Commit

Permalink
Updates/version updates (#113)
Browse files Browse the repository at this point in the history
* version bumps

* Updated workflows to auto merge minor version bumps monthly
  • Loading branch information
SimonJPegg committed Nov 1, 2020
1 parent 0afafa4 commit d167f11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 20
target-branch: master
ignore:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/autoMerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: autoMerge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.mytoken }}

0 comments on commit d167f11

Please sign in to comment.