Skip to content

Commit

Permalink
Merge pull request #91 from Fdawgs/chore/tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Feb 22, 2022
2 parents ccbbd8e + b0776cd commit 6e08cb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ updates:
include: scope
prefix: build
directory: /
ignore:
- dependency-name: "actions/*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
- dependency-name: "GoogleCloudPlatform/release-please-action"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
- dependency-name: "wagoid/commitlint-github-action"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
schedule:
interval: monthly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
on-success:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
save-pr-number:
name: Save PR Number
if: >
github.event.pull_request.draft == false &&
github.event.pull_request.draft == false &&
github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6e08cb5

Please sign in to comment.