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 12, 2023
1 parent 067b717 commit 0963ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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 due to incomplete migration guide for v4
- dependency-name: google-github-actions/release-please-action
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 20
schedule:
interval: monthly
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
steps:
- name: Release Please
id: release
# Staying on v3 due to incomplete migration guide for v4
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 }]'
Expand Down

0 comments on commit 0963ae5

Please sign in to comment.