Skip to content

Commit

Permalink
build(dependabot): ignore minor and patch release-please-action updat…
Browse files Browse the repository at this point in the history
…es (#164)
  • Loading branch information
Fdawgs authored Dec 3, 2021
1 parent 9fde2cf commit edd4c69
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 @@ -9,6 +9,9 @@ updates:
- 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"]
schedule:
interval: monthly
open-pull-requests-limit: 25
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Release Please
id: release
uses: GoogleCloudPlatform/release-please-action@v2.35
uses: GoogleCloudPlatform/release-please-action@v2
with:
changelog-types: '[ { "type": "feat", "section": "Features", "hidden": false }, { "type": "fix", "section": "Bug Fixes", "hidden": false }, { "type": "build", "section": "Dependencies", "hidden": false }, { "type": "chore", "section": "Miscellaneous", "hidden": false }, { "type": "ci", "section": "Continuous Integration", "hidden": false }, { "type": "perf", "section": "Improvements", "hidden": false }, { "type": "refactor", "section": "Improvements", "hidden": false }, { "type": "style", "section": "Miscellaneous", "hidden": false }, { "type": "docs", "section": "Documentation", "hidden": false }]'
release-type: node
Expand Down

0 comments on commit edd4c69

Please sign in to comment.