Skip to content

Commit

Permalink
build(dependabot): ignore minor and patch commit-lint updates (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Jan 26, 2022
1 parent 7eba3a5 commit f6f0c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ updates:
- 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
open-pull-requests-limit: 25
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4.1.9
- uses: wagoid/commitlint-github-action@v4
with:
configFile: ./package.json

Expand Down

0 comments on commit f6f0c5f

Please sign in to comment.