Skip to content

Commit

Permalink
⬆️ Bump version and monthly dependabot (#238)
Browse files Browse the repository at this point in the history
* 🔧 dependabot monthly

* ⬆️ bump version
  • Loading branch information
flaxel committed May 2, 2023
1 parent abc1d93 commit fa0113f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
time: "07:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 5
Expand All @@ -16,8 +16,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "08:00"
interval: "monthly"
time: "07:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 5
labels:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Autodev
uses: Staffbase/autodev-action@v1.6.0
uses: Staffbase/autodev-action@v1.7.0
with:
# The token used to fetch the pull requests from the GitHub API
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -59,7 +59,7 @@ Always create the dev branch.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.6.0
uses: Staffbase/autodev-action@v1.7.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
```
Expand All @@ -68,7 +68,7 @@ Add a status comment if the merge was successful or failed.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.6.0
uses: Staffbase/autodev-action@v1.7.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
comments: true
Expand All @@ -80,7 +80,7 @@ Add a status label if the merge was successful or failed.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.6.0
uses: Staffbase/autodev-action@v1.7.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
labels: true
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autodev-action",
"version": "v1.6.0",
"version": "v1.7.0",
"description": "Github Action that tries to merge all commits from a PR with the dev label into the dev branch.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit fa0113f

Please sign in to comment.