Skip to content

Commit

Permalink
ci(dependabot): ignore release-please-action major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 2, 2023
1 parent 88c01da commit ddf17d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
include: scope
prefix: ci
directory: /
ignore:
# Staying on v3 for now as v4 introduced some questionable changes
- dependency-name: google-github-actions/release-please-action
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 20
schedule:
interval: monthly
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
steps:
- name: Release Please
id: release
uses: google-github-actions/release-please-action@v4
# Staying on v3 for now as v4 introduced some questionable changes
uses: google-github-actions/release-please-action@v3
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 ddf17d5

Please sign in to comment.